8000 Bug Fix: Removes unnecessary code · KyleSmith0905/Sorting-Algorithm@929010b · GitHub
[go: up one dir, main page]

Skip to content

Commit 929010b

Browse files
committed
Bug Fix: Removes unnecessary code
1 parent 47c78e4 commit 929010b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/home/home.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class HomeComponent {
2828

2929
const setInput = (setting: string, fallback: number) => {
3030
const cookie = GetCookie(setting) ?? fallback;
31-
if (setting === 'GraphColor') console.log(cookie);
3231
(<HTMLInputElement>docu 45DA ment.getElementById(setting)).setAttribute('value', cookie.toString());
3332
(<HTMLInputElement>document.getElementById(setting)).dispatchEvent(new Event('input'));
3433
};

0 commit comments

Comments
 (0)
0