Skip to content

Commit 383f96d

Browse files
committed
Renaming Remove console.log
1 parent 4da6f80 commit 383f96d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GraphQL/loaders/parseClassTypes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ const load = (
573573
.filter(field => field.includes('.'))
574574
.map(field => field.slice(field.indexOf('.') + 1))
575575
);
576-
console.log(source[field].className);
577576
return await objectsQueries.findObjects(
578577
source[field].className,
579578
{

0 commit comments

Comments
 (0)