From 64ebb2dc6e9f5ca976140673fd5a8f2d515f1f3e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 21:43:15 +0000 Subject: [PATCH] remove print statement --- src/add/singlepipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 6d73b862..c2afcbe3 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -259,7 +259,7 @@ def eq(o, i): elif isinstance(ao, ArrayProxy) and not isinstance(ai, Value): for p in ai.ports(): op = getattr(ao, p.name) - print (op, p, p.name) + #print (op, p, p.name) rres = op.eq(p) if not isinstance(rres, Sequence): rres = [rres] -- 2.30.2