Remove excessive log statement.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 08:15:10 +00:00
parent efc10b6791
commit 1dfadbf32f
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ class GPGBase(object):
log.debug(ae.message)
raise RuntimeError(ae.message)
else:
log.debug("GPGBase:")
log.info("Setting homedir to '%s'" % hd)
self._homedir = hd