diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-23 15:10:56 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-23 15:10:56 -0400 |
| commit | 57dc82f2214da7ef73beea63c3b9473e12163191 (patch) | |
| tree | 5349c9f4f3c787e9e0125010d5c2cda62b30862d /www/js/EventModalCtrl.js | |
| parent | 3d47ee0db30c2c550183a5c9bce14080d73b0b30 (diff) | |
#606 KOing ios with stopNetwork + wait for timeout till we do next http
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 7e6029a2..edcbb5f6 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -934,7 +934,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $rootScope.authSession ; } - // console.log ("STREAM="+stream); + //console.log ("STREAM="+stream); return stream; }; |
