From 4b463780d4a1271342da3f1f5aa12c2b21e8ea70 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Sat, 6 Jan 2018 20:24:17 +0100 Subject: [PATCH] ca_ci: not needed "printf" removed Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a0d5999bac6a0c3bea508fe6b8479b171c3e71ea Author: Frankenstone Date: 2018-01-06 (Sat, 06 Jan 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/ca_ci.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index c344f08..3497699 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -1381,7 +1381,6 @@ void cCA::slot_pollthread(void *c) } } /* slow down the loop, if no CI cam present */ - printf("***sleep\n"); sleep(1); } /* case statusnone */ break;