Bug 786592 - Remove the logging of OS.Path.normalize from ospath_unix_back.jsm. r=yoric

This commit is contained in:
Abhishek Potnis 2012-09-19 15:07:02 +05:30
parent 5c0413a55d
commit 0580007f9d

View File

@ -112,9 +112,6 @@ if (typeof Components != "undefined") {
stack.push(v);
}
});
if (exports.OS.Shared.DEBUG) {
exports.OS.Shared.LOG("normalize", "stack", stack.toSource());
}
let string = stack.join("/");
return absolute ? "/" + string : string;
},