Skip to content

Commit 4514d1c

Browse files
committed
Fix
1 parent 2782977 commit 4514d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rest/forum/forum.controller.ts

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export class ForumController {
213213
@Query("only_authored") onlyAuthored: boolean = false,
214214
@CurrentUser() u?: CurrentUserDto,
215215
): Promise<ThreadPageDTO> {
216-
console.log("AAAAA", onlyAuthored ? u?.steam_id : undefined, u);
217216
const threads = await this.api.forumControllerThreads(
218217
page,
219218
onlyAuthored ? u?.steam_id : undefined,

0 commit comments

Comments
 (0)