From 94c82f6dcb1a1c33882a1d59b199ab76374485ab Mon Sep 17 00:00:00 2001 From: Shyim <6224096+shyim@users.noreply.github.com> Date: Tue, 11 May 2021 15:14:12 +0200 Subject: [PATCH] Remove debug --- source/platforms/GitLab.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/source/platforms/GitLab.ts b/source/platforms/GitLab.ts index beaf6ed31..9b34f09b1 100644 --- a/source/platforms/GitLab.ts +++ b/source/platforms/GitLab.ts @@ -96,7 +96,6 @@ class GitLab implements Platform { d("updateOrCreateComment", { dangerID, newComment }) const notes: GitLabNote[] = await this.getDangerNotes(dangerID) - debugger let note: GitLabNote