Remove unused logger statement.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-11 14:48:45 +00:00
parent adaf53c256
commit 458b8a4c2c
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ class GPG(object):
problem invoking gpg.
"""
logger.warn("")
if not gpghome:
gpghome = _conf
self.gpghome = _fix_unsafe(gpghome)