Skip to content

Commit ac0a2c5

Browse files
committed
remove console log
1 parent bbee4fa commit ac0a2c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/mocks/schema.ts

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export const schemaLoaderForTests = (opts?: Options): DocumentLoader => {
121121
});
122122

123123
return async (url: Url): Promise<RemoteDocument> => {
124-
console.log(url);
125124
const remoteDoc = cache.get(url);
126125
if (remoteDoc) {
127126
return remoteDoc;

0 commit comments

Comments
 (0)