Skip to content

Commit

Permalink
Ticket #173: Previous commit contained some debug changes that should…
Browse files Browse the repository at this point in the history
… not be present. removed them.
  • Loading branch information
frodeheg committed Apr 24, 2023
1 parent a8833bb commit 6c8a2ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .homeycompose/app.json
@@ -1,5 +1,5 @@
{
"id": "no.sparegris2",
"id": "no.sparegris",
"permissions": [
"homey:manager:api",
"homey:app:no.almli.utilitycost"
Expand All @@ -15,7 +15,7 @@
],
"name": {
"en": "Piggy Bank",
"no": "Sparegris 2",
"no": "Sparegris",
"nl": "Spaarpot",
"fr": "Tirelire"
},
Expand Down
4 changes: 2 additions & 2 deletions app.js
Expand Up @@ -168,7 +168,7 @@ class PiggyBank extends Homey.App {
this.log('OnInit');
this.homey.on('unload', () => this.onUninit());

/* DEBUG_ACTIVE_BEGIN */
/* DEBUG_BEGIN
// Reset settings to simulate fresh device in case of debug
if (this.homey.app.manifest.id === 'no.sparegris2') {
this.log('===== DEBUG MODE =====');
Expand All @@ -179,7 +179,7 @@ class PiggyBank extends Homey.App {
// this.homey.settings.unset(settings[i]);
// }
}
/* DEBUG_ACTIVE_END */
DEBUG_END */

// Logging
try {
Expand Down
4 changes: 2 additions & 2 deletions app.json
@@ -1,6 +1,6 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "no.sparegris2",
"id": "no.sparegris",
"permissions": [
"homey:manager:api",
"homey:app:no.almli.utilitycost"
Expand All @@ -16,7 +16,7 @@
],
"name": {
"en": "Piggy Bank",
"no": "Sparegris 2",
"no": "Sparegris",
"nl": "Spaarpot",
"fr": "Tirelire"
},
Expand Down

0 comments on commit 6c8a2ac

Please sign in to comment.