Skip to content

Commit 62b01c5

Browse files
committed
remove debug line
1 parent 3c18203 commit 62b01c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Autoloader.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ private function __autoload($class) {
2525
/** @noinspection PhpIncludeInspection */
2626
require $dir . '/' . $class . '.php';
2727
}
28-
else
29-
{
30-
echo '<b>' . $dir . '/' . $class . '.php' . '</b><br><br>';
31-
}
3228
}
3329
}

0 commit comments

Comments
 (0)