Skip to content

Commit 497f5a4

Browse files
committed
remove dumps
1 parent 17c6674 commit 497f5a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

models/criterion/BaseBuilder.cfc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,6 @@ component accessors="true" {
701701
}
702702

703703
// iterate array and add projections
704-
writeDump( var=arguments, top = 5, showUDFs = false, expand = false );
705-
writeDump( var=callStackGet(), expand=false );
706-
707704
for ( var thisP in arguments.propertyName ) {
708705
// add projection into the projection list
709706
arguments.projectionList.add(

0 commit comments

Comments
 (0)