Skip to content

Commit 5127e5f

Browse files
committed
remove console.log
1 parent aedfa14 commit 5127e5f

File tree

1 file changed

+1
-1
lines changed
  • components/nile_database/sources/common

1 file changed

+1
-1
lines changed

components/nile_database/sources/common/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
const results = await resourceFn({
3939
workspace: this.workspace,
4040
database: this.database,
41-
}); console.log(results);
41+
});
4242

4343
for (const item of results) {
4444
const meta = this.generateMeta(item);

0 commit comments

Comments
 (0)