[tomboy] Comment-out sample debug code that saves last JSON response in *my* home directory.



commit 74bf528e35cdbb5369770ebc54c953536d914713
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Tue May 19 13:14:14 2009 -0700

    Comment-out sample debug code that saves last JSON response in *my* home directory.
---
 Tomboy/Addins/WebSyncService/Api/UserInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tomboy/Addins/WebSyncService/Api/UserInfo.cs b/Tomboy/Addins/WebSyncService/Api/UserInfo.cs
index 69118e3..98e4b10 100644
--- a/Tomboy/Addins/WebSyncService/Api/UserInfo.cs
+++ b/Tomboy/Addins/WebSyncService/Api/UserInfo.cs
@@ -132,8 +132,8 @@ namespace Tomboy.WebSync.Api
 				                AuthProvider);
 
 			// TODO: This response object could be extremely useful
-			using (System.IO.StreamWriter writer = System.IO.File.CreateText ("/home/sandy/lastPutResp"))
-				writer.Write (jsonResponseString);
+//			using (System.IO.StreamWriter writer = System.IO.File.CreateText ("/home/sandy/lastPutResp"))
+//				writer.Write (jsonResponseString);
 			
 			int? actualNewRevision;
 			ParseJsonNotes (jsonResponseString, out actualNewRevision);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]