diff --git a/src/tasks.js b/src/tasks.js index 2d646dc42..02c156b18 100644 --- a/src/tasks.js +++ b/src/tasks.js @@ -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 ];