Skip to content

Commit

Permalink
deleted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Olerinskaia committed Nov 29, 2024
1 parent 3d9d74a commit 3e9c518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/EditorInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ const EditorInstance = observer(function EditorInstance({number}) {
const editQueryHandler = useCallback(handleSubject => {
if ('query' in handleSubject) {
const facts = getQueryFacts(schema[debouncedURL], handleSubject.query)
console.log('facts',facts)
if (facts) {
const {variableToType} = facts
const {headerToType} = facts
Expand Down

0 comments on commit 3e9c518

Please sign in to comment.