mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Remove debug-commented code.
This commit is contained in:
parent
e70e42bc39
commit
8059b18557
1 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue