Skip to content

Commit 438d6d3

Browse files
committed
Removes debug output
1 parent 410c2bc commit 438d6d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tailwind/npm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def cd(self, cwd):
2121

2222
def command(self, *args):
2323
try:
24-
print([self.npm_bin_path] + list(args))
2524
subprocess.run([self.npm_bin_path] + list(args), cwd=self.cwd, check=True)
2625
return True
2726
except subprocess.CalledProcessError:

0 commit comments

Comments
 (0)