Bug 1166886 - Comment out some code that is supposed to be disabled (r=mconley)

This commit is contained in:
Bill McCloskey 2015-06-30 15:55:36 -07:00
parent 482cce28c3
commit 4bc496d2d3

View File

@ -93,10 +93,12 @@ function isPrimitive(v) {
function objAddr(obj)
{
/*
if (!isPrimitive(obj)) {
return String(obj) + "[" + Cu.getJSTestingFunctions().objectAddress(obj) + "]";
}
return String(obj);
*/
}
function log(/*...args*/)