Remove some logging

This commit is contained in:
Tamius Han 2020-12-13 18:54:32 +01:00
parent 6907f65439
commit 2a350f404a

View File

@ -107,7 +107,6 @@ export default {
* }
*/
notificationConfig(newConfig) {
console.log('notificationConfig?');
if (newConfig) {
this.notificationText = newConfig.text;
this.notificationActions = newConfig.notificationActions;
@ -124,8 +123,6 @@ export default {
},
methods: {
closeNotification() {
console.log("close notification!")
clearTimeout(this.notificationTimeout);
this.showNotification = false;