Skip to content

Commit

Permalink
FIX: remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Jul 23, 2023
1 parent 866fcde commit e7cfba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions standup/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,9 @@ function getUsernames() {
const queryData = new URL(
decodeURIComponent(window.location.href),
).searchParams.get('q');
console.log(queryData);
const initialUsernames = queryData
?.split(' ')
.map((username) => username.split(':')[1]);
console.log(initialUsernames);
return initialUsernames || [];
}

Expand Down

0 comments on commit e7cfba3

Please sign in to comment.