From 29ebf48b4654628f899ad6202b29b2d7be0921d9 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 12 Jun 2016 21:02:49 -0500 Subject: [PATCH] Remove debug-commented code. --- status/boost_check_library.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/status/boost_check_library.py b/status/boost_check_library.py index f80225fe31..8458f403df 100644 --- a/status/boost_check_library.py +++ b/status/boost_check_library.py @@ -130,6 +130,12 @@ class check_library(): self.jamfile = self.jamfile.split(';') self.library_name = os.path.basename(self.library) + #print ">>> cwd: %s"%(os.getcwd()) + #print ">>> actions: %s"%(self.actions) + #print ">>> boost_root: %s"%(self.boost_root) + #print ">>> library: %s"%(self.library) + #print ">>> jamfile: %s"%(self.jamfile) + for action in self.actions: action_m = "check_"+action.replace('-','_') if hasattr(self,action_m):