BaseMax / BaseMax/sqlite-browser
Remove unused functions such as `print` and use `error` function
Open
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.