Skip to content

Commit

Permalink
Blueprints Builder: Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 24, 2024
1 parent ed0ec39 commit 4c5ee7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/playground/website/builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ const completeFeature = async (prefix) => {
};

let debounce = null;
let starting = null;

const getCompletions = async (editor, session, pos, prefix, callback) => {
const list = [];
Expand Down Expand Up @@ -624,8 +623,6 @@ function onLoaded() {
return;
}

const indent = (lines[event.start.row].match(/^(\s+)/g) || [''])[0];

const inserted = event.lines.join('\n');
const prevKey = getPrevKeys(editor, event.end);

Expand Down

0 comments on commit 4c5ee7f

Please sign in to comment.