remove redundant assert

This commit is contained in:
Girish Ramakrishnan
2019-01-13 16:06:37 -08:00
parent e63b67b99e
commit f05bed594b

View File

@@ -186,9 +186,6 @@ function getLogs(taskId, options, callback) {
format = options.format || 'json',
follow = options.follow;
assert.strictEqual(typeof lines, 'number');
assert.strictEqual(typeof format, 'string');
let cmd = '/usr/bin/tail';
var args = [ '--lines=' + lines ];