Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 21, 2016
1 parent fb86c3f commit 762479c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/lib/admin.js
Expand Up @@ -5,13 +5,10 @@ define('admin/plugins/sso-facebook', ['settings'], function(Settings) {
var ACP = {};

ACP.init = function() {
console.log('derp');
Settings.load('sso-facebook', $('.sso-facebook-settings'));

$('#save').on('click', function() {
console.log('clicked');
Settings.save('sso-facebook', $('.sso-facebook-settings'), function() {
console.log('saved');
app.alert({
type: 'success',
alert_id: 'sso-facebook-saved',
Expand Down

0 comments on commit 762479c

Please sign in to comment.