Skip to content

Remove unused functions such as print and use error function #1

Open
@BaseMax

Description

@BaseMax

Remove unused functions such as print and use error function

function print(text) {
    outputElm.innerHTML = text.replace(/\n/g, '<br>');
}

function error(e) {
    console.log(e);
    errorElm.style.display = 'block';
    errorElm.textContent = e.message;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions