Commenting out some debug statements
git-svn-id: svn://10.0.0.236/trunk@12182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4faca1ae22
commit
b25e4be24c
@ -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