IDEMPIERE-1749 Add event validator service support for ad window. Trivial - remove system.out.println line leftover from testing.

This commit is contained in:
Heng Sin Low 2014-02-18 15:56:14 +08:00
parent 4f8e31bdd3
commit e52d8c57ea
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public class WindowValidatorManager implements BundleActivator, ServiceTrackerCu
ServiceReference<WindowValidator> reference) {
WindowValidator service = context.getService(reference);
String uuid = (String) reference.getProperty("AD_Window_UU");
System.out.println("service="+service+" uuid="+uuid);
if (uuid == null || "*".equals(uuid)) {
globalValidators.add(service);
return service;