Skip to content

Commit

Permalink
Removed some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
falkirks committed Jun 5, 2015
1 parent 51a045e commit daf8723
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/volt/Volt.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ public function onEnable(){

$this->voltCommand = new VoltCommand($this);
$this->getServer()->getCommandMap()->register("volt", $this->voltCommand);

$store = new MonitoredWebsiteData($this);
$store["foo"] = "bar";
print $store["foo"];
}
public function addValue($n, $v){
$this->getLogger()->warning(TextFormat::DARK_AQUA . 'addValue($n, $v)' . TextFormat::RESET . TextFormat::YELLOW . " is no longer supported.");
Expand Down

0 comments on commit daf8723

Please sign in to comment.