Remove console out from Release version
This commit is contained in:
		| @@ -555,10 +555,12 @@ namespace sscs.verbs | |||||||
| 			} | 			} | ||||||
| 			catch (Exception e) | 			catch (Exception e) | ||||||
| 			{ | 			{ | ||||||
| 				Console.WriteLine(e.ToString()); | 				//Console.WriteLine(e.ToString()); | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|  | #if DEBUG | ||||||
| 			DoDumpLinkedKeys(ssStore, wo); | 			DoDumpLinkedKeys(ssStore, wo); | ||||||
|  | #endif | ||||||
|  |  | ||||||
| 			return wo; | 			return wo; | ||||||
| 		} | 		} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user