Update of /cvsroot/actionstep/actionstep/src/org/actionstep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17042/actionstep/org/actionstep
Modified Files:
ASAlertPanel.as
Log Message:
Removed trace action
Index: ASAlertPanel.as
===================================================================
RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASAlertPanel.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ASAlertPanel.as 15 Jul 2005 12:23:45 -0000 1.1
--- ASAlertPanel.as 15 Jul 2005 12:27:12 -0000 1.2
***************
*** 444,448 ****
//TRACE("alert panel buttonAction: from unknown sender - x%x\n", (unsigned)sender);
}
- TRACE("clicked!");
m_app.stopModalWithCode(m_result);
}
--- 444,447 ----
|