Skip to content

Commit 6fc06d7

Browse files
clean prints
1 parent 1a3817a commit 6fc06d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/opengeodeweb_viewer/object/object_methods.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,12 @@ def SetEdgesVisibility(self, id, visibility):
114114
def SetEdgesSize(self, id, size):
115115
actor = self.get_object(id)["actor"]
116116
actor.GetProperty().SetEdgeWidth(size)
117-
print("GetEdgeSize", actor.GetProperty().GetEdgeWidth())
118117
self.render()
119118

120119
def SetEdgesColor(self, id, color):
121120
actor = self.get_object(id)["actor"]
122121
actor.GetProperty().SetEdgeColor(color)
123-
print("GetEdgeColor", actor.GetProperty().GetEdgeColor())
124122
self.render()
125-
126123
def SetPointsVisibility(self, id, visibility):
127124
actor = self.get_object(id)["actor"]
128125
actor.GetProperty().SetVertexVisibility(visibility)

0 commit comments

Comments
 (0)