Skip to content
Snippets Groups Projects
Commit 79914294 authored by esikkala's avatar esikkala
Browse files

Tidy up

parent b3312173
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ const getPaginatedData = ({
resultSetProperties = '';
}
q = q.replace('<RESULT_SET_PROPERTIES>', resultSetProperties);
console.log(prefixes + q)
// console.log(prefixes + q)
return runSelectQuery(prefixes + q, endpoint, makeObjectList);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment