BUG 0000 reverting some debug changes

This commit is contained in:
Erik Amaru Ortiz
2011-10-04 10:19:39 -04:00
parent 98e5f5339d
commit 2c922ea763

View File

@@ -860,11 +860,9 @@ class Phing {
} }
} }
die($path);
if (!is_file($path)) {
$ret = include_once($path); $ret = include_once($path);
if ($ret === false) {
$e = new BuildException("Error importing $path"); $e = new BuildException("Error importing $path");
if (self::getMsgOutputLevel() === PROJECT_MSG_DEBUG) { if (self::getMsgOutputLevel() === PROJECT_MSG_DEBUG) {
// We can't log this because listeners belong // We can't log this because listeners belong