diff --git a/src/spout_sender.cpp b/src/spout_sender.cpp index 6f4835cca6..61f699015c 100644 --- a/src/spout_sender.cpp +++ b/src/spout_sender.cpp @@ -73,5 +73,5 @@ void spout_set_log_level(void *s, int ug_level) { default: l = SPOUT_LOG_VERBOSE; } - spout->SetSpoutLogLevel(l); + // spout->SetSpoutLogLevel(l); }