Never call console.log in carto

This commit is contained in:
Tom MacWright 2011-05-17 13:52:59 -04:00
parent b57ca6b54d
commit 3212f74ff7
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ Only for running tests:
## Changelog
### 0.1.6
### 0.1.6 & 0.1.7
* Fixed bug caused by jshint testing

View File

@ -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);