mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Clean up console.log in server tests
This commit is contained in:
parent
73bbe598da
commit
31a3f9dff8
1 changed files with 0 additions and 1 deletions
|
@ -431,7 +431,6 @@ describe 'POST /db/course_instance/-/recent', ->
|
|||
startDay = utils.createDay(1)
|
||||
endDay = utils.createDay(2)
|
||||
[res, body] = yield request.postAsync(url, { json: { startDay, endDay } })
|
||||
console.log startDay, endDay, res.body.courseInstances.length
|
||||
expect(res.body.courseInstances.length).toBe(0)
|
||||
|
||||
startDay = utils.createDay(-2)
|
||||
|
|
Loading…
Reference in a new issue