diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-12 15:23:28 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-12 15:23:28 +0100 |
commit | 168f8b09c56b06ab21f09e0ff2906e4ac18bf9d6 (patch) | |
tree | ff51aeb2bf2d0b7af704f12d39297eaab10529ec /Wrappers | |
parent | 9c4776d7da4a599755badf018292d54317a2817b (diff) | |
download | framework-168f8b09c56b06ab21f09e0ff2906e4ac18bf9d6.tar.gz framework-168f8b09c56b06ab21f09e0ff2906e4ac18bf9d6.tar.bz2 framework-168f8b09c56b06ab21f09e0ff2906e4ac18bf9d6.tar.xz framework-168f8b09c56b06ab21f09e0ff2906e4ac18bf9d6.zip |
removed print
Diffstat (limited to 'Wrappers')
-rwxr-xr-x | Wrappers/Python/ccpi/framework/BlockDataContainer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/BlockDataContainer.py b/Wrappers/Python/ccpi/framework/BlockDataContainer.py index 20efbc3..afdf617 100755 --- a/Wrappers/Python/ccpi/framework/BlockDataContainer.py +++ b/Wrappers/Python/ccpi/framework/BlockDataContainer.py @@ -98,7 +98,6 @@ class BlockDataContainer(object): a = el.is_compatible(other) else: a = el.shape == other.shape - print ("current element" , el.shape, "other ", other.shape, "same shape" , a) ret = ret and a return ret #return self.get_item(0).shape == other.shape |