Skip to content

Commit

Permalink
minor version turrning off logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmars committed Feb 22, 2016
1 parent 11a9482 commit 7e9d015
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calibreletssharebooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LetsShareBooks(InterfaceActionBase):
description = 'Share your Calibre library at http://www.memoryoftheworld.org'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Marcell Mars'
version = (4, 0, 2)
version = (4, 0, 3)
minimum_calibre_version = (0, 9, 30)
actual_plugin = 'calibre_plugins.letssharebooks.ui:LetsShareBooksUI'

Expand Down
2 changes: 1 addition & 1 deletion calibreletssharebooks/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
Binary file modified calibreletssharebooks/letssharebooks_calibre.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions calibreletssharebooks/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
get_icons = get_resources = None

#- set up logging -------------------------------------------------------------
logger = MyLogger("/tmp/letssharebooks_windows.log")
# logger = Om() # for silent logger
# logger = MyLogger("/tmp/letssharebooks_windows.log")
logger = Om() # for silent logger
logger.debug("QT_RUNNING: {}".format(QT_RUNNING))

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 7e9d015

Please sign in to comment.