diff options
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index d5c5b478..2826123d 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -133,12 +133,6 @@ void WebTab::updateProgress(int p) void WebTab::loadFinished(bool) { m_progress = 0; - if(_walletBar.isNull()) - { - kDebug() << "OK, it's null"; - } - else - kDebug() << "NO, it's NOT null"; } |