summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
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) {