Remove print debug

master
Chakib (spike) Benziane 11 years ago
parent fd60c6ed31
commit b5a301f680

@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

@ -32,7 +32,6 @@ class SpawnChrome(object):
chrome_args = [CHROME_BIN] + [CHROME_PARAMS + self.project_path]
# add any additional params passed to chrome
chrome_args += self.chrome_args
print chrome_args
subprocess.call(chrome_args)
def ls_projects(self):

Loading…
Cancel
Save