Skip to content

Commit

Permalink
Removes redundant bootstrap logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Feb 1, 2016
1 parent 12abe0f commit 3bc018e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/site/index.php
Expand Up @@ -4,6 +4,5 @@
require_once __DIR__ . '/../index.php';

// route
$container['console']->logMemory(null, 'Bootstrapping is done');
Loader::loadInstance('router', 'Router');
$container['console']->logMemory(null, 'Routing is done');

0 comments on commit 3bc018e

Please sign in to comment.