Bug 172719: Clean debug out.

This commit is contained in:
Jim Norman
2006-05-04 19:37:46 +00:00
parent 7ee344037a
commit cbd8ab4be0
3 changed files with 27 additions and 11 deletions

View File

@@ -55,6 +55,7 @@ namespace Novell.CASA.MiCasa.Communication
public const int VERB_GET_KEY_LIST = 17;
public const int VERB_RESET_MASTER_PASSWORD = 18;
public const int VERB_GET_SECRETIDS = 19;
public const int VERB_VALIDATE_DESKTOP_PWD = 20;
public const int VERB_DUMP_LINKED_KEYS = 96;
public const int VERB_CREATE_TEST_SECRETS = 97;
@@ -169,7 +170,7 @@ namespace Novell.CASA.MiCasa.Communication
}
catch (Exception e1)
{
Console.WriteLine(e1.ToString());
//Console.WriteLine(e1.ToString());
//clientConnection.Dispose();
//throw new Exception(e1.ToString());
}