From 46e6a838f09472e3ac6a36e9d071e8a0dd4aa9a3 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 4 May 2020 23:07:21 +0200 Subject: [PATCH] console.log removed --- debian/changelog | 2 +- js/htk/dialog.js | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2bbb36c8..e04cbdb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.15) stable; urgency=low +hedera-web (1.407.16) stable; urgency=low * Initial Release. diff --git a/js/htk/dialog.js b/js/htk/dialog.js index 82cc8ebf..5b74cdc7 100644 --- a/js/htk/dialog.js +++ b/js/htk/dialog.js @@ -151,7 +151,6 @@ Dialog.implement({ } ,createButton: function(label, response) { - console.log(label); var button = this.createElement('button'); button.className = 'thin'; button.appendChild(this.createTextNode(label)); diff --git a/package.json b/package.json index 25088328..ee351bfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.15", + "version": "1.407.16", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {