To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 4509

Show
Ignore:
Timestamp:
01/24/12 19:22:37 (4 months ago)
Author:
johnnyoffline
Message:

removed log calls in js

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheAwesomeLoginPlugin/trunk/web/js/aAwesomeLogin.js

    r4208 r4509  
    66        this.renderLogin = function(options) { 
    77 
    8                 apostrophe.log('awesome.renderLogin'); 
     8    // apostrophe.log('awesome.renderLogin'); 
    99 
    1010                var template = (options['template']) ? options['template'] : 'loginForm'; 
     
    6868 
    6969        this.destroyLogin = function(options) { 
    70                 apostrophe.log('awesome.destroyLogin'); 
     70    // apostrophe.log('awesome.destroyLogin'); 
    7171                $('.a-awesome-login-wrapper').remove(); 
    7272                window.aAwesomeLogin.rendered = false; 
     
    7575        this.setupLogin = function(options) { 
    7676 
    77                 apostrophe.log('awesome.setupAwesomeLogin'); 
     77    // apostrophe.log('awesome.setupAwesomeLogin'); 
    7878 
    7979                // Setup Template