diff Framework/Oracle/WebAssemblyOracle.cpp @ 996:727f2007ca23

commenting out annoying error
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Sep 2019 18:26:11 +0200
parents 9893fa8cd7a6
children 008dbc4ceb62 5e45322c7724
line wrap: on
line diff
--- a/Framework/Oracle/WebAssemblyOracle.cpp	Sat Sep 14 17:27:41 2019 +0200
+++ b/Framework/Oracle/WebAssemblyOracle.cpp	Thu Sep 19 18:26:11 2019 +0200
@@ -360,12 +360,12 @@
         memcpy(message, fetch->statusText, kEmscriptenStatusTextSize);
         message[kEmscriptenStatusTextSize] = 0;
 
-        LOG(ERROR) << "Fetching " << fetch->url
+        /*LOG(ERROR) << "Fetching " << fetch->url
                    << " failed, HTTP failure status code: " << fetch->status
                    << " | statusText = " << message
                    << " | numBytes = " << fetch->numBytes
                    << " | totalBytes = " << fetch->totalBytes
-                   << " | readyState = " << fetch->readyState;
+                   << " | readyState = " << fetch->readyState;*/
       }
 
       {