Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4da32f56 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

remove console log

parent e1ee8f19
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4,9 +4,6 @@ document.addEventListener('DOMContentLoaded', function() {
	const translationKey = "If you see a \"Google hasn't verified this app\" message you can bypass it by clicking \"Advanced\". We're currently working on passing the certification Google demands to get rid of this message."
	const translatedText = t('ecloud-accounts', translationKey)

	// eslint-disable-next-line no-console
	console.log('Translated text:', translatedText)

	const newParagraph = document.createElement('p')
	newParagraph.textContent = '⚠️ ' + translatedText