[Pkg-bitcoin-commits] [python-quamash] 38/269: Remove unnecessary logging

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 6e8cf314d717d2e47d2e668d7a829b104d82c522
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Wed Jul 2 09:25:00 2014 +0200

    Remove unnecessary logging
---
 quamash/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 2d54ed0..67ba719 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -55,9 +55,9 @@ class _EventPoller(QtCore.QObject):
 		self.__semaphore.release()
 
 		while not self.__canceled:
-			self._logger.info('Polling for events')
 			events = self.__selector.select(0.01)
-			self._logger.info('Got events {}'.format(events))
+			if events:
+				self._logger.debug('Got events {}'.format(events))
 			if events:
 				self.sig_events.emit(events)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list