console.log removed
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-05-04 23:07:21 +02:00
parent 8ad20d23e3
commit 46e6a838f0
3 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.15) stable; urgency=low hedera-web (1.407.16) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -151,7 +151,6 @@ Dialog.implement({
} }
,createButton: function(label, response) { ,createButton: function(label, response) {
console.log(label);
var button = this.createElement('button'); var button = this.createElement('button');
button.className = 'thin'; button.className = 'thin';
button.appendChild(this.createTextNode(label)); button.appendChild(this.createTextNode(label));

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.15", "version": "1.407.16",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {