diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-25 00:22:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-25 00:22:43 +0200 |
commit | 067f449de439a1c2ad3f3f9064e14cd57a55d00b (patch) | |
tree | 12fa19d823e8537dcddafdab9c591d1385d8e16c /src/websnap.cpp | |
parent | Removing thumbs files on tableWidget changes && removing some (diff) | |
download | rekonq-067f449de439a1c2ad3f3f9064e14cd57a55d00b.tar.xz |
Cleaning some unuseful kDebug(s)...
Diffstat (limited to 'src/websnap.cpp')
-rw-r--r-- | src/websnap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/websnap.cpp b/src/websnap.cpp index cec81dcd..6293b2e9 100644 --- a/src/websnap.cpp +++ b/src/websnap.cpp @@ -115,7 +115,6 @@ void WebSnap::saveResult(bool ok) m_image = renderPreview(m_page, WIDTH, HEIGHT); if(m_image.save(path)) { - kDebug() << "finished"; emit finished(); } } |