Skip to content
Snippets Groups Projects
Commit 81cf4de4 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Removed debugging output.

parent 3078643a
No related branches found
No related tags found
2 merge requests!66REL: prepare release 0.8.0,!62Fix large integer queries
Pipeline #24607 failed
......@@ -506,7 +506,6 @@ public class POV implements EntityFilterInterface {
/** Return the value type as string, for debugging puposes. */
public String getValueType() {
if (this.vInt != null) { // vInt
System.out.println(this.vInt);
return "Integer";
}
if (this.vDouble != null) { // vInt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment