remove an XXX note

This commit is contained in:
ansuz 2021-12-15 13:46:26 +05:30
parent 0741ffc307
commit d4f5183663
1 changed files with 1 additions and 1 deletions

View File

@ -1575,7 +1575,7 @@ define([
if (editor.status === "ready") {
window.clearInterval(intervalHandle);
console.log("Editor is ready.");
tryAndTestExport(); // XXX
tryAndTestExport();
} else {
console.log("Waiting for editor to be ready.");
}