remove console.log
This commit is contained in:
parent
6612919f96
commit
4d5f18b1de
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ Project.count({})
|
|||
(whilstCb) => {
|
||||
Project.find({}).skip(index).limit(CHUNK).exec((err, projects) => {
|
||||
async.eachSeries(projects, (project, cb) => {
|
||||
console.log(project.name);
|
||||
async.eachSeries(project.files, (file, fileCb) => {
|
||||
if (file.url && file.url.includes('p5.js-webeditor')) {
|
||||
file.url = file.url.replace('p5.js-webeditor', process.env.S3_BUCKET);
|
||||
|
|
Loading…
Reference in a new issue