mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Removed unnecessary print messages from few build scripts
This commit is contained in:
@@ -50,7 +50,6 @@ def build_posix_container(projpaths, container):
|
||||
images = []
|
||||
cwd = os.getcwd()
|
||||
os.chdir(POSIXDIR)
|
||||
print POSIXDIR
|
||||
print '\nBuilding the Posix Container...'
|
||||
scons_cmd = 'scons ' + 'cont=' + str(container.id)
|
||||
#print "Issuing scons command: %s" % scons_cmd
|
||||
|
||||
Reference in New Issue
Block a user