From ae7bf08e6c7b5dc9c8f03042f427469eb7dbc216 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 5 Feb 2018 13:53:22 -0600 Subject: eliminated console logging from JS --- app/utils/static/next-prev-links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/utils/static/next-prev-links.js') diff --git a/app/utils/static/next-prev-links.js b/app/utils/static/next-prev-links.js index 82a1dd8..dddc879 100644 --- a/app/utils/static/next-prev-links.js +++ b/app/utils/static/next-prev-links.js @@ -11,7 +11,7 @@ function build_next_prev() { document.getElementsByTagName('head')[0].appendChild(style); json_url = '/admin/data/'+app+'/'+model+'/'+cur+'/'; - console.log(json_url); + //console.log(json_url); var container = document.createElement("ul"); var next_li = document.createElement("li"); -- cgit v1.2.3-70-g09d2