Skip to content

Commit f57d7c0

Browse files
megothVinnl
andauthored
Update dashboard/trustedApplications/trustedApplicationsPane.ts
Co-Authored-By: Vincent <Vinnl@users.noreply.github.com>
1 parent ebc0bcb commit f57d7c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dashboard/trustedApplications/trustedApplicationsPane.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ function createApplicationEntry (
164164
.filter(checkbox => checkbox.checked)
165165
.map(checkbox => checkbox.value)
166166

167-
console.log(trustedApplicationState.origin, trustedApplicationState.formElements.origin)
168167
const deletions = getStatementsToDelete(trustedApplicationState.origin || origin, subject, kb, ns)
169168
const additions = getStatementsToAdd(origin, generateRandomString(), modes, subject, ns);
170169
(kb as any).updater.update(deletions, additions, handleUpdateResponse)

0 commit comments

Comments
 (0)