Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
587648dd
Commit
587648dd
authored
May 07, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[preview] Remove useless log messages
parent
6e9a165a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
url_image_preview/url_image_preview.py
url_image_preview/url_image_preview.py
+0
-2
No files found.
url_image_preview/url_image_preview.py
View file @
587648dd
...
@@ -108,9 +108,7 @@ class UrlImagePreviewPlugin(GajimPlugin):
...
@@ -108,9 +108,7 @@ class UrlImagePreviewPlugin(GajimPlugin):
@
log_calls
(
'UrlImagePreviewPlugin'
)
@
log_calls
(
'UrlImagePreviewPlugin'
)
def
connect_with_history
(
self
,
history_window
):
def
connect_with_history
(
self
,
history_window
):
if
self
.
history_window_control
:
if
self
.
history_window_control
:
log
.
error
(
"connect_with_history: deinit handlers"
)
self
.
history_window_control
.
deinit_handlers
()
self
.
history_window_control
.
deinit_handlers
()
log
.
error
(
"connect_with_history: create base"
)
self
.
history_window_control
=
Base
(
self
.
history_window_control
=
Base
(
self
,
history_window
.
history_textview
)
self
,
history_window
.
history_textview
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment