TheFiveMemberTeam / Retrograde-DarkOrbit

0 stars 0 forks source link

Clean up unnesceary console.logs #70

Closed JacobAKnox closed 1 month ago

JacobAKnox commented 1 month ago

30 min

JosephTenEyck commented 1 month ago

Make a new branch for this.

JacobAKnox commented 1 month ago

Quick notes: this should have been on an new branch not directly to main

more prints that should be removed or a meaningful message added, perhaps changed to console.error or console.warn index.js lines: 63, 67, 83, 125, 260, 273 game.js: 86, 87, 98 lobbies.test.js: 42, 53 sessions.js: 19

Freddyh11 commented 1 month ago

@JacobAKnox would you like me to revert the changes and create a new branch for this? or should I just continue with the changes on main?

JacobAKnox commented 1 month ago

@Freddyh11 keep the changes on main, but make a new branch for future changes

JacobAKnox commented 1 month ago

Looks good, already merged into main

JosephTenEyck commented 1 month ago

Done