Skip to content

Commit e38c1ac

Browse files
committed
Remove console debug log
1 parent cbf19fe commit e38c1ac

File tree

1 file changed

+0
-1
lines changed
  • src/frontend/screens/Game/GameSubMenu

1 file changed

+0
-1
lines changed

src/frontend/screens/Game/GameSubMenu/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ export default function GamesSubmenu({
237237
!is.win && !is.native && gameSettings?.wineVersion.type !== 'crossover'
238238

239239
const onBrowseFiles = useCallback(() => {
240-
console.debug({ gameInfo })
241240
const path = gameInfo.install.install_path || gameInfo.folder_name
242241

243242
if (path) {

0 commit comments

Comments
 (0)