Skip to content

Commit a48d0a7

Browse files
committed
fix: delete unused console.log
1 parent ec17bd5 commit a48d0a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adminforth/modules/restApi.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
171171

172172
const childRecords = await this.adminforth.resource(childRes.resourceId).list(Filters.EQ(foreignColumn.name, primaryKey));
173173

174-
console.log("childRecords", childRecords)
175-
176174
const childPk = childRes.columns.find(c => c.primaryKey)?.name;
177175
if (!childPk) continue;
178176

0 commit comments

Comments
 (0)