From 89a3e791631b7b04e4396374f25ed64999f3a424 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Sun, 18 Jan 2009 22:39:22 -0500 Subject: Remove debug statement --- modules/cabal.py | 1 - 1 file changed, 1 deletion(-) 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() -- cgit