From 28ee2d04ae52e8517182008e70d32d2b37c354dd Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 11 Aug 2021 14:14:45 +1000 Subject: [PATCH] AOT-3767 : self review --- src/jquery.flot.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/jquery.flot.js b/src/jquery.flot.js index 455628a..30e4e0d 100644 --- a/src/jquery.flot.js +++ b/src/jquery.flot.js @@ -1262,7 +1262,6 @@ Licensed under the MIT license. } if (res.y1 !== undefined) { res.y = res.y1; - res.y = res.y1; } return res; @@ -2406,12 +2405,9 @@ Licensed under the MIT license. var m = markings[i]; if (m.aboveGrid) { - console.log('above'); markingsAboveGrid.push(m); } else if (!m.aboveGraph) { markingsUnderGrid.push(m); - console.log('notAbove'); - console.log(m); } } }