mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Remove stray debug output
This commit is contained in:
parent
e3880d6aff
commit
fa077662c1
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ async function render_or_error(source: string, base_url: string, div: HTMLDivEle
|
|||
let u = new URL(file_name, base_url);
|
||||
return u.toString();
|
||||
}, async (url: string): Promise<string> => {
|
||||
console.log("ERR", url);
|
||||
let model_and_state = editor_documents.get(url);
|
||||
if (model_and_state === undefined) {
|
||||
const response = await fetch(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue