Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 6, 2024
1 parent 476d8a7 commit ab2fdbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset-frontend/src/SqlLab/actions/sqlLab.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export function runQueryFromSqlEditor(
ctas,
ctasMethod,
) {
console.log('YOYO', queryEditor);
return function (dispatch, getState) {
const qe = getUpToDateQuery(getState(), queryEditor, queryEditor.id);
const query = {
Expand Down

0 comments on commit ab2fdbc

Please sign in to comment.