more 25 · 2e61648561 - SVN.BY: Go Git Service
Browse Source

more 25

Related Work Items: #25
Tiernan OToole 8 years ago
parent
commit
2e61648561
1 changed files with 1 additions and 8 deletions
  1. 1 8
      B2Uploader/Program.cs

+ 1 - 8
B2Uploader/Program.cs

@@ -209,14 +209,7 @@ namespace B2Uploader
209 209
             {
210 210
                 Console.WriteLine("Error talking to server: {0}", ex.Message);
211 211
                 Console.WriteLine("URL: {0}", url);
212
-                if (string.IsNullOrWhiteSpace(body))
213
-                {
214
-                    Console.WriteLine("Byte array sent in... ");
215
-                }
216
-                else
217
-                {
218
-                    Console.WriteLine("Body: {0}", body);
219
-                }
212
+                Console.WriteLine("Body: {0}", body);
220 213
                 throw;
221 214
             }
222 215