This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a commit to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.8-dev by this push:
new f8b7c4d10d CTR remove leftover print statement in python
f8b7c4d10d is described below
commit f8b7c4d10ddb90a9946dc1a2e49573fb4edde9b2
Author: xiazcy <[email protected]>
AuthorDate: Thu Oct 30 15:40:32 2025 -0700
CTR remove leftover print statement in python
---
.../src/main/python/gremlin_python/structure/io/graphsonV2d0.py | 1 -
1 file changed, 1 deletion(-)
diff --git
a/gremlin-python/src/main/python/gremlin_python/structure/io/graphsonV2d0.py
b/gremlin-python/src/main/python/gremlin_python/structure/io/graphsonV2d0.py
index f08e8ab72d..579b2d7b0a 100644
--- a/gremlin-python/src/main/python/gremlin_python/structure/io/graphsonV2d0.py
+++ b/gremlin-python/src/main/python/gremlin_python/structure/io/graphsonV2d0.py
@@ -454,7 +454,6 @@ class BigDecimalIO(_NumberIO):
@classmethod
def dictify(cls, n, writer):
- print(n)
return GraphSONUtil.typed_value(cls.graphson_base_type, str(n.value),
"gx")
@classmethod