Skip to content

Commit 40f4dd4

Browse files
committed
Remove debugging
1 parent f02da19 commit 40f4dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythreejs/traits.py

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ class WebGLDataUnion(DataUnion):
158158
"""
159159
def validate(self, obj, value):
160160
was_original_array = isinstance(value, np.ndarray)
161-
print(value, was_original_array)
162161
value = super(WebGLDataUnion, self).validate(obj, value)
163162
array = value.array if isinstance(value, NDArrayWidget) else value
164163

0 commit comments

Comments
 (0)