Bug 172719: Clean debug out.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user