Skip to content

Commit

Permalink
LDEV-1750 remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 12, 2024
1 parent d741932 commit b5cb25a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ component output="false" extends="HelperBase" accessors="true"{

if(structKeyExists(arguments,"sql") && len(arguments.sql)){
this.setSql(arguments.sql);
trace type="warning" var="arguments.sql";
// trace type="warning" var="arguments.sql";
}

//parse the sql into an array and save it
Expand Down

0 comments on commit b5cb25a

Please sign in to comment.