diff --git a/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java b/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java index a3fd3378..21834bf7 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java +++ b/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java @@ -57,11 +57,11 @@ public class TemporalGrantVisualizationRequestHandler implements } - System.out.println("current models in the system are"); - for (Map.Entry entry : ConstructedModelTracker.getAllModels().entrySet()) { - System.out.println(entry.getKey() + " -> " + entry.getValue().size()); - } - +// System.out.println("current models in the system are"); +// for (Map.Entry entry : ConstructedModelTracker.getAllModels().entrySet()) { +// System.out.println(entry.getKey() + " -> " + entry.getValue().size()); +// } +// return prepareStandaloneMarkupResponse(vitroRequest, entityURI); }