summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/repoaliasresolver.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/morphlib/repoaliasresolver.py b/morphlib/repoaliasresolver.py
index bc759dd4..fb1b5dad 100644
--- a/morphlib/repoaliasresolver.py
+++ b/morphlib/repoaliasresolver.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -90,9 +90,6 @@ class RepoAliasResolver(object):
pat = getattr(self.aliases[prefix], patname)
result = self._apply_url_pattern(pat, suffix)
- logging.debug("Expansion of %s for %s yielded: %s" %
- (reponame, patname, result))
-
return result
def _split_reponame(self, reponame):