From dde8455db233ff40ff18911644e31cf7765b8001 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Thu, 31 May 2012 11:06:06 +0000 Subject: [PATCH] removed debug print --- modules/python/src2/gen2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/python/src2/gen2.py b/modules/python/src2/gen2.py index a14cb1d12..c7ae0663a 100644 --- a/modules/python/src2/gen2.py +++ b/modules/python/src2/gen2.py @@ -222,7 +222,6 @@ class ClassInfo(object): #return sys.exit(-1) if self.bases and self.bases[0].startswith("cv::"): self.bases[0] = self.bases[0][4:] - print self.bases, decl[1] for m in decl[2]: if m.startswith("="): self.wname = m[1:]