From a0dc392362d880fe80853258929678e75f9cc345 Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Wed, 5 Sep 2018 15:31:05 +0200 Subject: Fix Linting Error --- app/assets/javascripts/notes.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app') diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index 20f38ceca0e..8b1d8f6055e 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -47,7 +47,6 @@ const REGEX_QUICK_ACTIONS = /^\/\w+.*$/gm; export default class Notes { static initialize(notes_url, note_ids, last_fetched_at, view, enableGFM) { - alert('LALA'); if (!this.instance) { this.instance = new Notes(notes_url, note_ids, last_fetched_at, view, enableGFM); } -- cgit v1.2.1