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

@@ -1,7 +1,5 @@
#! /usr/bin/env node
global.UGLIFY_DEBUG = true;
var U = require("../tools/node");
var path = require("path");
var fs = require("fs");