Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Oct 31, 2024
1 parent b4ac57a commit fc8d6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ui.GraphiQL/Internal/graphiql.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
let wsClient = null;
function graphQLWsFetcher(payload, fetcherOpts) {
console.log('graphQLWsFetcher', payload, fetcherOpts, !fetcherOpts || !fetcherOpts.documentAST || !isSubscription(payload.operationName, fetcherOpts.documentAST));
if (!fetcherOpts || !fetcherOpts.documentAST || !isSubscription(payload.operationName, fetcherOpts.documentAST))
return graphQLFetcher(payload, fetcherOpts);
if (!wsClient) {
Expand Down

0 comments on commit fc8d6cd

Please sign in to comment.