1
0
Fork 0

Removed debug output

This commit is contained in:
Michael Hackstein 2015-01-23 13:21:05 +01:00
parent 924de5edca
commit ac9c931fe2
1 changed files with 0 additions and 1 deletions

View File

@ -1503,7 +1503,6 @@ exports.initializeFoxx = function () {
result.manifest = validateManifestFile(file);
} catch(err) {
result.error = err;
require("console").log("Setting err");
}
return result;
};