Skip to content

Commit 788e311

Browse files
committed
Merge branch 'main' of https://github.com/rePublic-Studios/rPLauncher into main
2 parents ab9df1b + 79fde11 commit 788e311

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![rePublicLogoHori](https://user-images.githubusercontent.com/31509082/128656786-abac9d2a-d511-4929-a5af-0cab060dd9c4.png)
1+
![rePublicLogoHori](https://user-images.githubusercontent.com/31509082/128804329-25d8aaa7-b530-45cc-b7a9-8655669340bb.png)
2+
23

34
## You can join us here:
45

src/app/desktop/DesktopRoot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ function DesktopRoot({ store }) {
121121
load(
122122
features.mcAuthentication,
123123
dispatch(() => {
124-
console.log(currentAccount);
125124
switch (currentAccount.accountType) {
126125
case ACCOUNT_MICROSOFT:
127126
loginWithOAuthAccessToken();

src/common/reducers/actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ export function switchToFirstValidAccount(id) {
269269
dispatch(updateCurrentAccountId(accounts[i].selectedProfile.id));
270270
// eslint-disable-next-line no-await-in-loop
271271
await dispatch(() => {
272-
console.log(accounts[i]);
273272
switch (accounts[i].accountType) {
274273
case ACCOUNT_MICROSOFT:
275274
loginWithOAuthAccessToken();

0 commit comments

Comments
 (0)