Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cf50aa

Browse files
committed
keep playing with logging
1 parent faae16d commit 9cf50aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/migrations/s3UnderUser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Project.count({}).exec().then((numProjects) => {
5757
client.moveObject(params)
5858
.on('err', (err) => {
5959
console.log('in error event function');
60-
console.log(err);
60+
// console.log(err);
6161
fileCb();
6262
})
6363
.on('end', () => {
@@ -70,7 +70,7 @@ Project.count({}).exec().then((numProjects) => {
7070
});
7171
} catch(e) {
7272
console.log('in catch function');
73-
console.log(e);
73+
// console.log(e);
7474
fileCb();
7575
}
7676
} else {

0 commit comments

Comments
 (0)