1
0
Fork 0

Remove forgotten debug code

This commit is contained in:
Krzysztof Sikorski 2021-11-16 00:24:22 +01:00
parent 3f209bcf6a
commit c1e1ae0403
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ const initForm = () => {
preferences.load().then(
() => {
window.console.debug('[options] CALL preferences.load().then') // TODO tmp
window.console.debug('[options] preferences:', preferences) // TODO tmp
optionsForm.elements['userAccessToken'].value = preferences.userAccessToken
optionsForm.elements['trackerSubmitUrl'].value = preferences.trackerSubmitUrl
}