diff options
author | Blaine | 2020-06-09 21:02:19 +0530 |
---|---|---|
committer | Blaine | 2020-06-10 11:29:50 +0530 |
commit | c12a8397e195e2b517eb98a894b7a03886208b24 (patch) | |
tree | a3c2ce9f2ed6404a8918f81f91542af65f40fa54 /src/main/python/utils/canvas.py | |
parent | 08344c77962dced303078c2cc798348278183daa (diff) | |
download | Chemical-PFD-c12a8397e195e2b517eb98a894b7a03886208b24.tar.gz Chemical-PFD-c12a8397e195e2b517eb98a894b7a03886208b24.tar.bz2 Chemical-PFD-c12a8397e195e2b517eb98a894b7a03886208b24.zip |
remove print statement
Diffstat (limited to 'src/main/python/utils/canvas.py')
-rw-r--r-- | src/main/python/utils/canvas.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/python/utils/canvas.py b/src/main/python/utils/canvas.py index 94661aa..3f9cee5 100644 --- a/src/main/python/utils/canvas.py +++ b/src/main/python/utils/canvas.py @@ -161,7 +161,6 @@ class canvas(QWidget): graphic.lineGripItems[index].line = line if item['endGripItem']: graphic, index = shapeGrips[item['endGripItem']] - print(graphic.lineGripItems[index]) line.endGripItem = graphic.lineGripItems[index] graphic.lineGripItems[index].line = line else: |