Merge pull request #661 from laf/issue-laf-153

Removed old debug line!
This commit is contained in:
Daniel Preussker
2015-03-25 21:01:16 +00:00

View File

@ -22,7 +22,6 @@ include("includes/functions.php");
$options = getopt("g:f::");
echo $options['g'];
if (isset($options['g']) && $options['g'] >= 0) {
$cmd = array_shift($argv);
array_shift($argv);