summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-08-15 15:06:22 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-08-15 15:06:22 -0400
commit548c4cf8662e0c7b64cb84ff038a7fc548144cd2 (patch)
tree52eb72219aa6c03d44153010d784e776ec25ff12 /www/js/app.js
parent8e3143f67924284746da18c80032b8c50c88c25d (diff)
nits
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js1
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) {