You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/03 02:12:45 UTC

[40/50] [abbrv] incubator-tinkerpop git commit: removed unnecessary code

removed unnecessary code


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

Branch: refs/heads/preprocessor
Commit: bb7d24936d430dee6c6153dccd7880f515a16db7
Parents: 130d945
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Mon Jun 1 19:38:19 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Mon Jun 1 19:38:19 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/processor.groovy | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/bb7d2493/docs/preprocessor/processor.groovy
----------------------------------------------------------------------
diff --git a/docs/preprocessor/processor.groovy b/docs/preprocessor/processor.groovy
index 37b88ab..d4831d6 100644
--- a/docs/preprocessor/processor.groovy
+++ b/docs/preprocessor/processor.groovy
@@ -54,7 +54,6 @@ stringify = { def string ->
     "\"ΒΆ" + string.replaceAll("\\\\", "\\\\\\\\").replaceAll(/"/, "\\\\\"").replaceAll(/\$/, "\\\\\\\$") + "\""
 }
 
-//println "try {"
 println stringify("START")
 
 new File(this.args[0]).withReader { reader ->
@@ -149,6 +148,3 @@ new File(this.args[0]).withReader { reader ->
 }
 
 println "System.exit(0)"
-//println "} catch (Exception e) {"
-//println "  System.exit(1)"
-//println "}"