Commit 48588c9d by ara818

remove print

parent d6a89902
......@@ -11,7 +11,6 @@ class ClosureCompressorFilter(FilterBase):
if self.verbose:
command += ' --verbose'
print command
p = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, \
stdin=subprocess.PIPE, stderr=subprocess.PIPE)
p.stdin.write(content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment