From: Chris Tallon Date: Thu, 8 Sep 2005 21:27:20 +0000 (+0000) Subject: Got rid of printf line X-Git-Tag: r0-0-14~12 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=ae3bca355841375af45836e39ba463bd28b99f25;p=vompclient.git Got rid of printf line --- diff --git a/voptions.cc b/voptions.cc index c7a6bb3..eacc6c3 100644 --- a/voptions.cc +++ b/voptions.cc @@ -286,8 +286,6 @@ void VOptions::doSave() else Video::getInstance()->setConnection(Video::COMPOSITERGB); - printf("here\n"); - if (!strcmp(aspect, "16:9")) Video::getInstance()->setAspectRatio(Video::ASPECT16X9); else