diff --git a/chat/preview/ImagePreview.vue b/chat/preview/ImagePreview.vue index 9d35c4b..f857e7b 100644 --- a/chat/preview/ImagePreview.vue +++ b/chat/preview/ImagePreview.vue @@ -128,7 +128,7 @@ @Hook('mounted') onMounted(): void { - console.warn('Mounted ImagePreview'); + console.info('Mounted ImagePreview'); // tslint:disable-next-line:no-floating-promises this.jsMutator.init();