From 3161e435b8299831e8c317778b66017d012914fd Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 17 Feb 2017 10:35:55 +0000 Subject: [PATCH] ol.DEBUG no longer needed in transforms/module.js --- transforms/module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/transforms/module.js b/transforms/module.js index ca913825bc..6597dae7ea 100644 --- a/transforms/module.js +++ b/transforms/module.js @@ -1,7 +1,6 @@ const pkg = require('../package.json'); const defines = { - 'ol.DEBUG': false, 'ol.ENABLE_WEBGL': false };