Skip to content

Commit

Permalink
Remove Photon schema debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 16, 2024
1 parent d59c28d commit e0ba464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/log/PhotonStructDecoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export default class PhotonStructDecoder {
}
}

console.log(outputSchemaTypes);
return {
data: outputData,
schemaTypes: outputSchemaTypes,
Expand Down

0 comments on commit e0ba464

Please sign in to comment.