Skip to content

Commit 1bb337b

Browse files
committed
1.1.1
1 parent cf5d420 commit 1bb337b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/class/PGCon.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ export default class PGCon<
232232
const param: any[] = [];
233233
if (search) {
234234
searchQ = buildSearchQ<E>(config, search, param, searchQ);
235-
this.debug(searchQ);
236-
this.debug(param);
237235
}
238236
if (order && order.length > 0) {
239237
order.forEach((val) => {

0 commit comments

Comments
 (0)