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:]