Skip to content
Snippets Groups Projects
Commit dcbe79dc authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove unused method

parent 0531065d
No related branches found
No related tags found
No related merge requests found
Pipeline #13612 passed
...@@ -141,16 +141,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { ...@@ -141,16 +141,6 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
} }
} }
/**
* Get a loading message
*
* @param string
*/
getLoadingMsg(string) {
let loadingMsg = html `<dbp-mini-spinner class="spinner"></dbp-mini-spinner> ${i18n.t(string)}`;
return loadingMsg;
}
/** /**
* Init and start the video and QR code scan * Init and start the video and QR code scan
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment