Skip to content

Commit 8a9294b

Browse files
remove consoe
1 parent fcf6dee commit 8a9294b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/models/events/docker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function validateDieEventData (data) {
199199
return Boom.badRequest('Invalid data: host is missing');
200200
}
201201
if (!data.from) {
202-
console.log('missing');
203202
return Boom.badRequest('Invalid data: from is missing');
204203
}
205204
}

0 commit comments

Comments
 (0)