Browse Source

kill debugging in gcal test

Adam Shaw 8 years ago
parent
commit
d1c173d85f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tests/legacy/events-gcal.js

+ 0 - 3
tests/legacy/events-gcal.js

@@ -52,9 +52,6 @@ describe('Google Calendar plugin', function() {
 
       done()
     }
-    options.googleCalendarError = function(xhr, message) {
-      console.log('GCAL ERROR', message)
-    }
     $('#cal').fullCalendar(options)
   })