From 31202ce9cf0d162ed385f99db4bc664afa7ab224 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 6 Mar 2011 12:31:31 -0500 Subject: [PATCH] Remove debugging print from Scope.declare_cfunction. --- Cython/Compiler/Symtab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Symtab.py b/Cython/Compiler/Symtab.py index 62b49aba..14fe7939 100644 --- a/Cython/Compiler/Symtab.py +++ b/Cython/Compiler/Symtab.py @@ -665,7 +665,6 @@ class Scope(object): warning(pos, "Function signature does not match previous declaration", 1) entry.type = type else: - print 'EE', entry, binding.extern, entry.extern error(pos, "Function signature does not match previous declaration") else: entry = self.add_cfunction(binding, pos, type, modifiers) -- 2.26.2