mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
Co-authored-by: cocojojo5213 <cocojojo5213@users.noreply.github.com>
This commit is contained in:
parent
18823a68f5
commit
2f4f9ebdb6
1 changed files with 0 additions and 3 deletions
|
|
@ -78,7 +78,6 @@ export const logAdvancedStacktrace = (
|
|||
}
|
||||
|
||||
const githubIssueLinks = document.getElementsByClassName('github-issue-urlX');
|
||||
Log.log(githubIssueLinks);
|
||||
|
||||
if (githubIssueLinks) {
|
||||
const errEscaped = _cleanHtml(getErrorTxt(origErr));
|
||||
|
|
@ -166,8 +165,6 @@ export const createErrorAlert = (
|
|||
});
|
||||
innerWrapper.append(btnReload);
|
||||
|
||||
Log.log(userData);
|
||||
|
||||
if (userData) {
|
||||
const btnExport = document.createElement('BUTTON');
|
||||
btnExport.innerText = 'Export data';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue