diff --git a/c_gui/StoreDataInterface.cs b/c_gui/StoreDataInterface.cs index 754e8b44..9ef2ad09 100644 --- a/c_gui/StoreDataInterface.cs +++ b/c_gui/StoreDataInterface.cs @@ -378,16 +378,6 @@ namespace Novell.CASA.GUI { strNativeValueArray[Common.INDEX_NATIVEINFO_MODIFIEDTIME] = modifiedTime; //Console.WriteLine("folderName="+folderName+"\n"+"typeID="+typeID+"\n"+"synch="+synch+"\n"+"synchType="+synchType+"\n"+"modifiedTime="+modifiedTime); - if( storeIDentifier == Common.STORE_FIREFOX ) - { - Console.WriteLine("SDI:AppendValues: secretID="+secretID); - Console.WriteLine("SDI:AppendValues: strKeyArray0="+strKeyArray[0]); - Console.WriteLine("SDI:AppendValues: strValueArray0="+strValueArray[0]); - Console.WriteLine("SDI:AppendValues: strKeyArray1="+strKeyArray[1]); - Console.WriteLine("SDI:AppendValues: strValueArray1="+strValueArray[1]); - Console.WriteLine("SDI:AppendValues: strNativeKeyArray[TYPEID]="+strNativeValueArray[Common.INDEX_NATIVEINFO_TYPEID]); - } - ls.AppendValues(secretID,strKeyArray,strValueArray,storeID,strNativeKeyArray,strNativeValueArray); //Re-Initialize for next iteration @@ -852,13 +842,13 @@ namespace Novell.CASA.GUI { /// public static void ShowDocOnConsole(string str) { -//#if DEBUG +#if DEBUG Console.WriteLine("\n#######################################################"); Console.WriteLine(" "+str); Console.WriteLine("\n#######################################################"); ccfDoc.Save(Console.Out); Console.WriteLine("\n#######################################################"); -//#endif +#endif } }