forked from verdnatura/hedera-web
console.log removed
This commit is contained in:
parent
8ad20d23e3
commit
46e6a838f0
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.15) stable; urgency=low
|
||||
hedera-web (1.407.16) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.15",
|
||||
"version": "1.407.16",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue