chore(cloudcmd) rm console.log

This commit is contained in:
coderaiser 2014-09-10 08:50:09 -04:00
parent 91e1a388c3
commit 915b718f22

View file

@ -205,7 +205,6 @@
p.name = path;
p.gzip = false;
ponse.sendFile(p);
console.log('>>>', path)
} else {
ponse.sendError(error, p);
}