From 6e108893aea982f59f6d2ef595b3b99f58a49772 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Sun, 15 Jun 2014 14:29:57 +0100 Subject: Don't log repo alias expansions To date I've never had a problem with repo alias expansion. I think these messages are just cluttering the log. --- morphlib/repoaliasresolver.py | 5 +---- 1 file changed, 1 insertion(+), 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): -- cgit v1.2.1