Remove ol.DEBUG

This commit is contained in:
Tim Schaub
2016-12-29 09:09:24 -07:00
parent 7b9690a691
commit 137cdc04c8
128 changed files with 309 additions and 2027 deletions

View File

@@ -55,9 +55,6 @@ Below is a complete `build.json` configuration file that would generate a 'full'
"externs/tilejson.js",
"externs/topojson.js"
],
"define": [
"ol.DEBUG=false"
],
"compilation_level": "ADVANCED",
"output_wrapper": "(function(){%output%})();",
"use_types_for_optimization": true,