Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2018-05-07 23:18:36 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-05-07 23:18:36 +0300
commit587648dd9d56d5327c7c313caa50fb9ec6390201 (patch)
treede96457a411e9feb85ab064e40f8a2dbb404eeb2 /url_image_preview
parent6e9a165a694ec05928fc8bdcf77e9d920f48474d (diff)
[preview] Remove useless log messages
Diffstat (limited to 'url_image_preview')
-rw-r--r--url_image_preview/url_image_preview.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/url_image_preview/url_image_preview.py b/url_image_preview/url_image_preview.py
index fdaa112..9f85dda 100644
--- a/url_image_preview/url_image_preview.py
+++ b/url_image_preview/url_image_preview.py
@@ -108,9 +108,7 @@ class UrlImagePreviewPlugin(GajimPlugin):
@log_calls('UrlImagePreviewPlugin')
def connect_with_history(self, history_window):
if self.history_window_control:
- log.error("connect_with_history: deinit handlers")
self.history_window_control.deinit_handlers()
- log.error("connect_with_history: create base")
self.history_window_control = Base(
self, history_window.history_textview)