Remove debug statement.
authorGunnar Wrobel <p@rdus.de>
Tue, 28 Sep 2010 13:03:10 +0000 (15:03 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 28 Sep 2010 13:03:10 +0000 (15:03 +0200)
components/script/horde-components.php

index 082046c..5133e91 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 if (strpos('@php_dir@', '@php_dir') === 0) {
-    set_include_path(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR . get_include_path());var_dump(get_include_path());
+    set_include_path(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR . get_include_path());
 }
 
 require_once 'Horde/Autoloader/Default.php';