Skip to content

Commit

Permalink
Remove unnesseary var_dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcatron committed Feb 24, 2016
1 parent 45395cf commit d4bea9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

require_once __DIR__ . '/vendor/autoload.php';

var_dump($_ENV);

if (file_exists('config.ini')) {
$config = parse_ini_file('config.ini');
MDB::configure($config['mdb_config']);
Expand Down

0 comments on commit d4bea9c

Please sign in to comment.