diff --git a/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java b/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java index ab60673..c9a2fe7 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java +++ b/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java @@ -304,7 +304,7 @@ public class NetCDFDataExplorer { else if (data2Long != null) val = Double.valueOf(data2Long.get(yint, xint)); - AnalysisLogger.getLogger().debug("Choice "+ (data3Float!=null)+","+ + /*AnalysisLogger.getLogger().debug("Choice "+ (data3Float!=null)+","+ (data3Int!=null)+","+ (data3Double!=null)+","+ (data3Long!=null)+","+ @@ -312,7 +312,7 @@ public class NetCDFDataExplorer { (data2Int!=null)+","+ (data2Double!=null)+","+ (data2Long!=null)); - + */ // AnalysisLogger.getLogger().debug("Assigning "+val+" to "+x+","+y+" ["+xint+","+yint+"]"); // AnalysisLogger.getLogger().debug("checking "+data2Float.get(yint, xint)+" vs "); // try{AnalysisLogger.getLogger().debug("checking2 "+data2Float.get(xint,yint));}catch(Exception e){}