diff options
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r-- | src/uscxml/URL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp index 4a8ead7..015ed6c 100644 --- a/src/uscxml/URL.cpp +++ b/src/uscxml/URL.cpp @@ -162,7 +162,7 @@ std::ostream & operator<<(std::ostream & stream, const URL& url) { // std::replace( urlString.begin(), urlString.end(), '/', '\\'); #endif } - LOG(ERROR) << "Trying to open " << urlString; +// LOG(ERROR) << "Trying to open " << urlString; URL_FILE *handle = url_fopen(urlString.c_str(), "r"); if(!handle) { |