mirror of
				https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
				synced 2025-10-30 16:43:56 +00:00 
			
		
		
		
	Module Client, clss StockScreenModel : suppression d'un sysout
This commit is contained in:
		| @@ -24,7 +24,6 @@ class StockScreenModel { | |||||||
|         this.stockService.addListener(new StockListenerAdapter(){ |         this.stockService.addListener(new StockListenerAdapter(){ | ||||||
|             @Override |             @Override | ||||||
|             public void onProductListChangedEvent() { |             public void onProductListChangedEvent() { | ||||||
|                 System.out.println("Product list changed event"); |  | ||||||
|                 StockScreenModel.this.fireProductCollectionChanged(); |                 StockScreenModel.this.fireProductCollectionChanged(); | ||||||
|             } |             } | ||||||
|         }); |         }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user