[jhbuild] make: Remove left-over debug message



commit b1669c9fc7ad56e79338055eae636aee9308a322
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun Apr 22 14:24:55 2018 +0800

    make: Remove left-over debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795452

 jhbuild/commands/make.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/make.py b/jhbuild/commands/make.py
index 9864989..aa55d39 100644
--- a/jhbuild/commands/make.py
+++ b/jhbuild/commands/make.py
@@ -91,7 +91,6 @@ class cmd_make(Command):
                 return False
 
             # Try meson first, then autotools
-            print (os.path.join(self.get_cwd(), 'meson.build'))
             if os.path.exists(os.path.join(self.get_cwd(), 'meson.build')):
                 from jhbuild.modtypes.meson import MesonModule
                 module = MesonModule(modname, default_repo.branch(modname))


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