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:
Diffstat (limited to 'url_image_preview/url_image_preview.py')
-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)