remove debug message

This commit is contained in:
Hannes Mannerheim 2016-02-16 13:39:26 +01:00
parent f82589398b
commit f8e93650e8

View File

@ -1224,8 +1224,6 @@ function expand_queet(q,doScrolling) {
if($.inArray(attachment_mimetype, ['video/mp4', 'video/ogg', 'video/quicktime', 'video/webm']) >=0) {
if(q.children('.queet').find('.expanded-content').children('.media').children('video').children('source[href="' + attachment_title + '"]').length < 1) { // not if already showed
console.log('video!');
// local attachment with a thumbnail
var attachment_poster = '';
if(typeof this.thumb_url != 'undefined') {