Skip to content

Commit

Permalink
Removing debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmische committed Jun 15, 2012
1 parent 3aff8b9 commit e5031c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Application.cfm
Expand Up @@ -49,7 +49,6 @@
<cfset invocations = adminObj[setter] />

<cfloop array="#invocations#" index="args">
<!---<cfset adminComponent.setCacheProperty(argumentCollection=args) />--->
<cfinvoke component="#adminComponent#" method="set#setter#" argumentCollection="#args#" />
<cfset logInfo("Invoked #objName#.set#setter#. Arguments: #serializeJSON(args)#.") />
</cfloop>
Expand Down

0 comments on commit e5031c0

Please sign in to comment.