You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/11/13 13:01:59 UTC

[2/2] tinkerpop git commit: TINKERPOP-1784 Removed a commented out debug line

TINKERPOP-1784 Removed a commented out debug line


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f39a9b03
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f39a9b03
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f39a9b03

Branch: refs/heads/TINKERPOP-1784
Commit: f39a9b0370dfbdabb343202a77fd740bf8ed6892
Parents: 1be3465
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 13 07:58:54 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 13 07:58:54 2017 -0500

----------------------------------------------------------------------
 gremlin-python/src/main/jython/radish/feature_steps.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f39a9b03/gremlin-python/src/main/jython/radish/feature_steps.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/radish/feature_steps.py b/gremlin-python/src/main/jython/radish/feature_steps.py
index 90b0120..94b0c77 100644
--- a/gremlin-python/src/main/jython/radish/feature_steps.py
+++ b/gremlin-python/src/main/jython/radish/feature_steps.py
@@ -227,5 +227,4 @@ def _make_traversal(g, traversal_string, params):
 
     b.update(params)
 
-    # print _translate(step.text + " - " + str(b))
     return eval(_translate(traversal_string), b)