summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/cabal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/cabal.py b/modules/cabal.py
index 696e120..3c75e19 100644
--- a/modules/cabal.py
+++ b/modules/cabal.py
@@ -139,7 +139,6 @@ class Cabal(BuildSystem):
with log_file('cabal2spec.log') as c2s_log:
with pwd(self.pkg_src.dir):
cmd = ['cabal2spec', cabal_file]
- log.debug(str(cmd))
p = Popen(cmd, stdout=c2s_log, stderr=c2s_log)
log.info('Generating spec file for %s' % cabal_file)
p.communicate()