details: https://code.openbravo.com/erp/devel/pi/rev/c29cfa7c9b71
changeset: 16685:c29cfa7c9b71
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Tue May 29 10:02:20 2012 +0200
summary: Related to issue 20455. Removed wrong debug line
diffstat:
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6f6aeb05d3bd -r c29cfa7c9b71
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Tue May 29 09:59:25 2012 +0200
+++
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Tue May 29 10:02:20 2012 +0200
@@ -259,7 +259,7 @@
calloutMessages, attachments, jsExcuteCode, hiddenInputs, noteCount);
analyzeResponse(tab, columnValues);
long t10 = System.currentTimeMillis();
- log.info("Elapsed time: " + (System.currentTimeMillis() - iniTime) + "("
+ (t2 - t1) + ","
+ log.debug("Elapsed time: " + (System.currentTimeMillis() - iniTime) +
"(" + (t2 - t1) + ","
+ (t3 - t2) + "," + (t4 - t3) + "," + (t5 - t4) + "," + (t6 - t5) +
"," + (t7 - t6) + ","
+ (t8 - t7) + "," + (t9 - t8) + "," + (t10 - t9) + ")");
log.debug("Attachment exists: " +
finalObject.getBoolean("attachmentExists"));
------------------------------------------------------------------------------
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