From 0a43df6860adc56948727ff23388be991d2de82e Mon Sep 17 00:00:00 2001 From: Michel Albers Date: Wed, 25 Oct 2017 18:16:59 +0200 Subject: [PATCH] remove uneccessary blank line --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 95de52d2..c078ab00 100644 --- a/lib/index.js +++ b/lib/index.js @@ -51,7 +51,6 @@ function getContext() { return 'chromedebugger'; } - // Check if its in remote js debugging mode // https://stackoverflow.com/a/42839384/3090989 if (typeof atob !== 'undefined') {