Never call console.log in carto
This commit is contained in:
parent
b57ca6b54d
commit
3212f74ff7
@ -255,7 +255,7 @@ Only for running tests:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.1.6
|
||||
### 0.1.6 & 0.1.7
|
||||
|
||||
* Fixed bug caused by jshint testing
|
||||
|
||||
|
@ -276,7 +276,7 @@ External.processors['default'] = function(tempPath, destPath, callback) {
|
||||
|
||||
External.processors['.zip'] = function(tempPath, destPath, callback) {
|
||||
try {
|
||||
console.log('unzipping file');
|
||||
sys.debug('unzipping file');
|
||||
var zf = new zip.ZipFile(tempPath);
|
||||
} catch (err) {
|
||||
callback(err);
|
||||
|
Loading…
Reference in New Issue
Block a user