Removed debug output

This commit is contained in:
Chris 2018-04-06 01:37:26 +02:00
parent 4b6f199286
commit cd3e399e55
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env php
<?php
echo __DIR__."\n";
if (is_dir(__DIR__."/../vendor"))
require_once __DIR__."/../vendor/autoload.php";
elseif (file_exists(__DIR__."/../../../autoload.php"))