Remove debug-commented code.

This commit is contained in:
Rene Rivera 2016-06-12 21:02:49 -05:00
parent 4d5e3ef2fb
commit 29ebf48b46

View file

@ -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):