Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa committed May 10, 2019
1 parent a4157af commit 1b18ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WebLoader/Nette/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public function loadConfiguration(): void
$config = json_decode((string) $json, true);
$config = Helpers::expand($config, $params);

bdump($config);

$builder->addDefinition($this->prefix('cssNamingConvention'))
->setFactory('WebLoader\DefaultOutputNamingConvention::createCssConvention');

Expand Down

0 comments on commit 1b18ff3

Please sign in to comment.