Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Dec 21, 2023
1 parent 820a2b9 commit 03c8c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/ts/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class AdminUserList {
return response.json();
})
.then((r) => {
console.log(r);
if (this.roles != -1) {
this.currentPage = r.filter((obj) => {
return obj.role == this.roles;
Expand Down

0 comments on commit 03c8c12

Please sign in to comment.