From 548c4cf8662e0c7b64cb84ff038a7fc548144cd2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 15 Aug 2018 15:06:22 -0400 Subject: nits --- www/js/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'www/js/app.js') 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) { -- cgit v1.2.3