mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Commenting out some debug statements
This commit is contained in:
parent
ea7d9964b2
commit
52a5cb0d78
@ -165,7 +165,7 @@ function GetNameValuePair(inFileName, sectionName, flagName)
|
||||
var data = top.globals.document.setupPlugin.GetNameValuePair(fileName, sectionName, flagName);
|
||||
|
||||
|
||||
debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
// debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
return data;
|
||||
}
|
||||
|
||||
@ -178,7 +178,7 @@ function SetNameValuePair(inFileName, section, variable, data)
|
||||
var fileName = completeConfigFilePath(inFileName);
|
||||
|
||||
top.globals.document.setupPlugin.SetNameValuePair(fileName, section, variable, data);
|
||||
debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
// debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
}
|
||||
|
||||
function getFileListFromConfigFolder(fileSuffix)
|
||||
|
@ -180,7 +180,7 @@ function GetNameValuePair(inFileName, sectionName, flagName)
|
||||
var data = top.globals.document.setupPlugin.GetNameValuePair(fileName, sectionName, flagName);
|
||||
|
||||
|
||||
debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
//debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
return data;
|
||||
}
|
||||
|
||||
@ -192,7 +192,7 @@ function SetNameValuePair(inFileName, section, variable, data)
|
||||
var fileName = completeConfigFilePath(inFileName);
|
||||
|
||||
top.globals.document.setupPlugin.SetNameValuePair(fileName, section, variable, data);
|
||||
debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
//debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
}
|
||||
|
||||
function getFileListFromConfigFolder(fileSuffix)
|
||||
|
@ -182,7 +182,7 @@ function GetNameValuePair(inFileName, sectionName, flagName)
|
||||
var data = top.globals.document.setupPlugin.GetNameValuePair(fileName, sectionName, flagName);
|
||||
|
||||
|
||||
debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
//debug("\tGetNameValuePair: (" + inFileName + ") [" +sectionName+ "] " +flagName+ "=" + data);
|
||||
return data;
|
||||
}
|
||||
|
||||
@ -194,7 +194,7 @@ function SetNameValuePair(inFileName, section, variable, data)
|
||||
var fileName = completeConfigFilePath(inFileName);
|
||||
|
||||
top.globals.document.setupPlugin.SetNameValuePair(fileName, section, variable, data);
|
||||
debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
//debug("\tSetNameValuePair: (" + fileName + ")[" +section+ "] " +variable+ "=" + data);
|
||||
}
|
||||
|
||||
function getFileListFromConfigFolder(fileSuffix)
|
||||
|
Loading…
x
Reference in New Issue
Block a user