updated 2016/includes/program_js.html
authorrsiddharth <rsd@gnu.org>
Fri, 29 Jan 2016 01:59:23 +0000 (20:59 -0500)
committerrsiddharth <rsd@gnu.org>
Fri, 29 Jan 2016 01:59:23 +0000 (20:59 -0500)
removed log statement.

2016/includes/program_js.html

index 590c1202156fab0545529320f4311a14508ace49..2d6093627ff37093cc9897e66dade3ce30d82f89 100755 (executable)
@@ -5,7 +5,6 @@
   $('.collapse').removeClass('in');
 
   $('.program-session-room-details button').on('click', function() {
-      console.log(':' + $(this).text().trim() +  ':');
       if($(this).text().trim() === 'Details') {
           $(this).text('Collapse details');
       }else{