Removed debug output
This commit is contained in:
parent
4b6f199286
commit
cd3e399e55
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user