more 25 · 2e61648561 - SVN.BY: Go Git Service
Explorar o código

more 25

Related Work Items: #25
Tiernan OToole %!s(int64=10) %!d(string=hai) anos
pai
achega
2e61648561
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      B2Uploader/Program.cs

+ 1 - 8
B2Uploader/Program.cs

209
             {
209
             {
210
                 Console.WriteLine("Error talking to server: {0}", ex.Message);
210
                 Console.WriteLine("Error talking to server: {0}", ex.Message);
211
                 Console.WriteLine("URL: {0}", url);
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
                 throw;
213
                 throw;
221
             }
214
             }
222
 
215