Strabon
changeset 206:b60ef17785fe
removed spam debug output
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed May 30 17:42:28 2012 +0300 (2012-05-30) |
parents | a683d1837836 |
children | ea0831917846 |
files | generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java |
line diff
1.1 --- a/generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java Wed May 30 16:50:30 2012 +0300 1.2 +++ b/generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java Wed May 30 17:42:28 2012 +0300 1.3 @@ -247,7 +247,7 @@ 1.4 @Override 1.5 public Value evaluate(FunctionCall fc, BindingSet bindings) throws ValueExprEvaluationException, QueryEvaluationException 1.6 { 1.7 - System.out.println("FunctionCall placeholder"); 1.8 + //System.out.println("FunctionCall placeholder"); 1.9 1.10 if(fc.getParentNode() instanceof Avg) 1.11 {