diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-15 15:06:22 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-15 15:06:22 -0400 |
| commit | 548c4cf8662e0c7b64cb84ff038a7fc548144cd2 (patch) | |
| tree | 52eb72219aa6c03d44153010d784e776ec25ff12 /www/js/app.js | |
| parent | 8e3143f67924284746da18c80032b8c50c88c25d (diff) | |
nits
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 5c861a3f..2b3c9990 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -793,7 +793,6 @@ angular.module('zmApp', [ .success(function (datastr) { - console.log ("2 PARSE HERE : "+datastr); var data = JSON.parse(datastr); $rootScope.newBlogPost = ""; if (data.payload.posts.length <= 0) { |
