Skip to content

Commit b5bd0a4

Browse files
committed
fix eslint
1 parent b7f905c commit b5bd0a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graphql-language-service-server/src/GraphQLCache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ export class GraphQLCache implements GraphQLCacheInterface {
485485
query,
486486
};
487487
} catch {
488-
console.log('parse error');
489488
return { ast: null, query };
490489
}
491490
});

0 commit comments

Comments
 (0)