BaseMax / BaseMax/sqlite-browser

Remove unused functions such as `print` and use `error` function

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Remove unused functions such as `print` and use `error` function

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

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.