Skip to content

Commit

Permalink
Wups, disable http debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Jan 9, 2019
1 parent 5386b0c commit 0a601c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/interfaces/sc_http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace { // UNNAMED NAMESPACE ==========================================

http::proxy_t proxy;

const bool HTTP_CACHE_DEBUG = true;
const bool HTTP_CACHE_DEBUG = false;
const std::string UA_STR = "Simulationcraft/" + std::string( SC_VERSION );

mutex_t cache_mutex;
Expand Down

0 comments on commit 0a601c0

Please sign in to comment.