From 26ec29dc792c5966542a595c8f758845cd1ae252 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 25 Dec 2016 16:02:46 +0100 Subject: [PATCH] CMsgBox: remove debug output Not longer required. --- src/gui/widget/msgbox.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index b5144fa97..dc5b0b50c 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -81,8 +81,6 @@ CMsgBox::CMsgBox( const char* Text, void CMsgBox::init(const int& Height, const int& ShowButtons, const msg_result_t& Default_result) { - dprintf(DEBUG_NORMAL, "[CMsgBox] [%s - %d] \n", __func__, __LINE__); - initTimeOut(); //enable footer and add its height