[jhbuild] commands: Remove stray debugging print



commit d75148a7027b8e867f383ed332e286fd5aedc395
Author: Colin Walters <walters verbum org>
Date:   Mon Jul 18 12:54:04 2011 -0400

    commands: Remove stray debugging print

 jhbuild/commands/base.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/base.py b/jhbuild/commands/base.py
index 1852660..af629c5 100644
--- a/jhbuild/commands/base.py
+++ b/jhbuild/commands/base.py
@@ -349,7 +349,6 @@ class cmd_buildone(Command):
         for modname in args:
             try:
                 module = module_set.get_module(modname, ignore_case=True)
-                print module.pkg_config
             except KeyError, e:
                 default_repo = jhbuild.moduleset.get_default_repo()
                 if not default_repo:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]