fix: Remove console.log.

This commit is contained in:
Pol Dellaiera
2022-03-15 11:25:19 +01:00
parent 35d723e5fb
commit 3d7fcd99a8

View File

@@ -18,7 +18,6 @@ window.addEventListener('DOMContentLoaded', function(e) {
frameholder.appendChild(office_frame);
document.getElementById('office_form').submit();
console.log(office_frame);
const url = new URL(editor_url);
const editor_domain = url.origin;