public
Description: Shade is a state machine (or workflow) engine for ColdFusion business objects.
Homepage:
Clone URL: git://github.com/ryanwood/shade.git
Oops
ryanwood (author)
Wed Oct 15 12:11:36 -0700 2008
commit  9564d0b27a24c019dddce7c2bc73249ee58f29f8
tree    f22b9e59bb7b2cbfec1251d4aa98f0c61fa912e0
parent  b2457504eeba4e0ece295659fa26bc6ad909fba0
...
40
41
42
43
44
45
46
...
40
41
42
 
43
44
45
0
@@ -40,7 +40,6 @@
0
   <cffunction name="invokeCallback" returntype="boolean" access="private" output="false">
0
     <cfargument name="callback" type="string" required="true" />
0
     <cfargument name="obj" required="true" />
0
-    <cftrace text="#callback#: #obj.getMyState()#" />
0
     <cfif structKeyExists(arguments.obj, arguments.callback)>
0
       <cfinvoke component="#arguments.obj#" method="#arguments.callback#" returnvariable="result" />
0
       <cfif isDefined('result') and isBoolean(result)>

Comments