Module Client, clss StockScreenModel : suppression d'un sysout

This commit is contained in:
Notmoo-PC\Notmoo 2017-11-05 19:37:26 +01:00
parent 3f8daabe61
commit fc1f32799d
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class StockScreenModel {
this.stockService.addListener(new StockListenerAdapter(){
@Override
public void onProductListChangedEvent() {
System.out.println("Product list changed event");
StockScreenModel.this.fireProductCollectionChanged();
}
});