Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1666 313436932 -> bc58a1350


Comment out some debugging code


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

Branch: refs/heads/feature/GEODE-1666
Commit: bc58a13507537eafe771a1f38ce20e151d3972e7
Parents: 3134369
Author: Jens Deppe <jde...@pivotal.io>
Authored: Tue Jul 26 07:17:19 2016 -0700
Committer: Jens Deppe <jde...@pivotal.io>
Committed: Tue Jul 26 07:18:29 2016 -0700

----------------------------------------------------------------------
 gradle/test.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/bc58a135/gradle/test.gradle
----------------------------------------------------------------------
diff --git a/gradle/test.gradle b/gradle/test.gradle
index 5edf09a..baceebd 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -214,9 +214,9 @@ subprojects {
 
         args[3] = args[3] + matcher[0][1]
         def workdir = new File(args[3])
-        println "--->>> making ${workdir}"
+        // println "--->>> making ${workdir}"
         workdir.mkdirs()
-        //        println args
+        // println args
 
         args
       }

Reply via email to