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": {