mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
remove logging
This commit is contained in:
parent
30f9188090
commit
dc39a55cf8
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ module.exports = class LevelGuideView extends CocoView
|
|||
|
||||
setupVideoPlayer: () ->
|
||||
return unless @helpVideos.length > 0
|
||||
console.log(@helpVideos[@helpVideosIndex].url)
|
||||
helpVideoURL = fixupUri(@helpVideos[@helpVideosIndex].url)
|
||||
@setupVimeoVideoPlayer helpVideoURL
|
||||
|
||||
|
|
Loading…
Reference in a new issue