Skip to content
Snippets Groups Projects
Commit 9b8b3229 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removed debug output

parent f97e0899
No related branches found
No related tags found
No related merge requests found
......@@ -286,9 +286,6 @@ public class ModelResourceImpl implements ModelResource{
@Override
public Response runModel(@PathParam("modelId") String modelId, ModelConfiguration config)
{
System.out.println("Observations are of class " +
((ArrayList)config.getConfigParameter("observations")).get(0).getClass().getName()
);
try
{
Model calledModel = ModelFactory.getInstance().getModelInstance(modelId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment