summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-17 07:46:22 -0400
committerColin Walters <walters@verbum.org>2009-08-17 07:46:22 -0400
commita1b7488c718cb6a26d1152885d8fbe1e0abb9895 (patch)
treeb5aa123d062ddc27921dd0b9a726123598e317bd /giscanner/dumper.py
parentec1af4caa11788442b3b1ffae3d36bc7f53b52b8 (diff)
downloadgobject-introspection-a1b7488c718cb6a26d1152885d8fbe1e0abb9895.tar.gz
Bug 592055 - Build/test fixes
The last few commits regressed 'check'; fix those up.
Diffstat (limited to 'giscanner/dumper.py')
-rw-r--r--giscanner/dumper.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index adfe88bc..0637e5cf 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -94,8 +94,6 @@ class DumpCompiler(object):
# Public API
def run(self):
- print ' GEN ' + (self._options.output and
- self._options.output or '<stdout>')
c_path = self._generate_tempfile('.c')
f = open(c_path, 'w')
f.write(_PROGRAM_TEMPLATE)