Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Levinson committed May 10, 2016
1 parent 1bf1fcf commit a378bc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bulbs/recirc/static/recirc/js/video-recirc.js
Expand Up @@ -20,9 +20,7 @@ VideoRecircList.prototype.videoRecircFetched = function(data) {
var that = this;

that.$videoListTitle.html('More From ' + data.series.name);

console.log(data.videos);


$.each(data.videos.slice(0,this.recircCount), function(index, video) {
var videoTitle = video.title;
var videoHref = '/v/' + video.id;
Expand Down

0 comments on commit a378bc3

Please sign in to comment.