Skip to content

Commit 7b6e878

Browse files
committed
removed logs
1 parent a866f05 commit 7b6e878

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/routes/builds.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ app.post('/builds/',
6161
eachReq.context = context;
6262
next();
6363
},
64-
mw.log('POST BUILD!!!', 'body.owner.github', 'context.owner.github'),
6564
mw.req('body.owner.github')
6665
.validate(validations.equalsKeypath('context.owner.github'))
6766
.else(mw.next(Boom.badRequest('Context version\'s owner must match build owner')))),

lib/routes/contexts/versions/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ function deepCopyCvFromHelloRunnable (cvKey) {
241241
mw.req().set('newContextVersion', 'runnableResult'),
242242
// use infracodeversion copy route to copy the files
243243
runnable.create({}, 'sessionUser'),
244-
mw.log('DEEP COPY',
245-
'context._id', 'contextVersion._id',
246-
'newContext._id', 'newContextVersion._id'),
247244
runnable.model.copyVersionIcvFiles(
248245
'newContext._id',
249246
'newContextVersion._id',

0 commit comments

Comments
 (0)