Skip to content

Commit

Permalink
remove noise in ModelInterpretationContext.pushModel method
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jun 22, 2023
1 parent 83502d7 commit c0c3188
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void setTopModel(Model topModel) {
// modelStack =================================

public void pushModel(Model m) {
System.out.println("pushing "+m.toString());
modelStack.push(m);
}

Expand Down

0 comments on commit c0c3188

Please sign in to comment.