mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
remove console log
This commit is contained in:
parent
ae0e3756e1
commit
a160e49647
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ function buildPostgrestQuery(filters) {
|
|||
async function listRows(queryOptions, organizationId, currentState) {
|
||||
let query = [];
|
||||
const resolvedOptions = resolveReferences(queryOptions, currentState);
|
||||
console.log('resolvedOptions', resolvedOptions);
|
||||
if (hasEqualWithNull(resolvedOptions, 'list_rows')) {
|
||||
return {
|
||||
status: 'failed',
|
||||
|
|
|
|||
Loading…
Reference in a new issue