remove UGLIFY_DEBUG (#1720)

fixes #1719
This commit is contained in:
Alex Lam S.L
2017-03-29 01:27:24 +08:00
committed by GitHub
parent eb48a035e7
commit ec7f37f314
3 changed files with 7 additions and 12 deletions

View File

@@ -17,7 +17,3 @@ exports["string_template"] = string_template;
exports["tokenizer"] = tokenizer;
exports["is_identifier"] = is_identifier;
exports["SymbolDef"] = SymbolDef;
if (global.UGLIFY_DEBUG) {
exports["EXPECT_DIRECTIVE"] = EXPECT_DIRECTIVE;
}