Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Dec 21, 2022
1 parent d19dcda commit 661fbda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export class EditSmartServiceTaskDialogComponent implements OnInit, AfterViewIni
getCompletions: function(_: any, session: any, pos: any, ___: any, callback: any) {
let line = session.doc.$lines[pos.row].slice(0, pos.column-1);
const isNewStatement = line.trim().length == 0 || line.trim().endsWith(";")
console.log(isNewStatement);
if(isNewStatement){
callback(null, [
{
Expand Down

0 comments on commit 661fbda

Please sign in to comment.