From 4855b5a83d97d7e4baa42ec469b93f6f6ce52a1c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 12 Aug 2015 00:09:17 -0700 Subject: [PATCH] Remove a useless log message --- limelight-common/ControlStream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/limelight-common/ControlStream.c b/limelight-common/ControlStream.c index 3bd1632..362bde6 100644 --- a/limelight-common/ControlStream.c +++ b/limelight-common/ControlStream.c @@ -293,7 +293,6 @@ static void lossStatsThreadFunc(void* context) { static void requestIdrFrame(void) { long long payload[3]; - Limelog("IDR frame requested\n"); if (ServerMajorVersion == 3) { // Form the payload payload[0] = 0;