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

Removed debug output

parent c41f0818
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,6 @@ public class ModelResourceImpl implements ModelResource{ ...@@ -251,7 +251,6 @@ public class ModelResourceImpl implements ModelResource{
@Override @Override
public Response runModel(ModelConfiguration config) public Response runModel(ModelConfiguration config)
{ {
System.out.println("runModel 1");
try try
{ {
Model calledModel = ModelFactory.getInstance().getModelInstance(config.getModelId()); Model calledModel = ModelFactory.getInstance().getModelInstance(config.getModelId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment