Skip to content

Commit

Permalink
ProductionFeatures deactivation
Browse files Browse the repository at this point in the history
Temporary fix #32
  • Loading branch information
hiwelo authored Sep 20, 2016
1 parent e67d11f commit 7a5513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Raccoon.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private function loadEnvironmentStatus()
// add here some development features
break;
case "production":
new ProductionFeatures($this->manifest['production']);
// new ProductionFeatures($this->manifest['production']); // @TOFIX
break;
}
}
Expand Down

0 comments on commit 7a5513d

Please sign in to comment.