1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-02 06:45:06 +03:00

Removed unnecessary console.log

This commit is contained in:
Alexander Yakovlev 2016-02-13 10:28:40 +07:00
parent ba9b59b53a
commit 9c3ad6cfdb

View file

@ -296,7 +296,6 @@ class Salet
oldRoomId = @current
oldRoom = @getCurrentRoom()
newRoom = @rooms[newRoomId]
console.log @rooms, newRoomId
assert(newRoom, "unknown_situation".l({id:newRoomId}))