🔥 Removes commented out code

This commit is contained in:
Alicia Sykes
2022-04-14 19:17:35 +01:00
parent 525259bcff
commit 252bc164cc
3 changed files with 2 additions and 12 deletions

View File

@@ -208,18 +208,6 @@ export default {
}
return styles;
},
// /* Determines if user has enabled online status checks */
// enableStatusCheck() {
// return this.appConfig.statusCheck || false;
// },
// /* Determine how often to re-fire status checks */
// statusCheckInterval() {
// let interval = this.appConfig.statusCheckInterval;
// if (!interval) return 0;
// if (interval > 60) interval = 60;
// if (interval < 1) interval = 0;
// return interval;
// },
},
methods: {
/* Opens the iframe modal */