Remove debug code
authorTim Otten <totten@civicrm.org>
Sat, 20 Dec 2014 02:28:38 +0000 (18:28 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 20 Dec 2014 02:28:38 +0000 (18:28 -0800)
js/angular-crmMailingAB.js

index 2000cf7b0d988644649a6140ab24a368a677316c..861bf381fead3029d9373cb51776f228b7ec609d 100644 (file)
     };
 
     function leave() {
-      console.log('leave from', $location.path(), ' to abtest');
       $location.path('abtest');
       $location.replace();
     }