Skip to content

Commit

Permalink
remove log (subquery#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 authored Nov 14, 2023
1 parent 4bf60f4 commit 347cb90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/query/src/graphql/plugins/PgOrderByUnique.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const PgConnectionArgOrderBy: Plugin = (builder, {orderByNullsLast}) => {
pgQuery: (queryBuilder) => {
if (orderBy !== null) {
orderBy.forEach((item) => {
console.log('item: ', item);
const {specs, unique} = item;
const orders = Array.isArray(specs[0]) || specs.length === 0 ? specs : [specs];
orders.forEach(([col, ascending, specNullsFirst]) => {
Expand Down

0 comments on commit 347cb90

Please sign in to comment.