details:   https://code.openbravo.com/erp/devel/pi/rev/dbb7e06ed7fc
changeset: 16894:dbb7e06ed7fc
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Thu Jun 21 21:57:03 2012 +0200
summary:   Related to issue 20831: Filters in all transactional windows are not 
present
Removed system.err

diffstat:

 
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
 |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 5310e9ca2cfc -r dbb7e06ed7fc 
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
--- 
a/modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
     Thu Jun 21 21:55:50 2012 +0200
+++ 
b/modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
     Thu Jun 21 21:57:03 2012 +0200
@@ -107,8 +107,6 @@
 
     log.debug("Querying for " + entityName + " " + whereOrderBy);
 
-    System.err.println("Querying for " + entityName + " " + whereOrderBy);
-
     final OBQuery<BaseOBObject> obq = 
OBDal.getInstance().createQuery(entityName, whereOrderBy);
     if (getFirstResult() != null) {
       obq.setFirstResult(getFirstResult());

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to