Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153249238
--- Diff: extras/indexingExample/src/main/java/RyaClientExample.java ---
@@ -75,7 +76,7 @@
private static final Logger log =
Logger.getLogger(RyaClientExample.class);
public static void main(final String[] args) throws Exception {
- setupLogging();
+// setupLogging();
--- End diff --
Should this be commented out? If it's not being used, we should remove it.---
