From e0ba464fdec4dd780a1511ecfc46be0571c1255f Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:54:15 -0500 Subject: [PATCH] Remove Photon schema debug print --- src/shared/log/PhotonStructDecoder.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/log/PhotonStructDecoder.ts b/src/shared/log/PhotonStructDecoder.ts index 36452c3f..7dcef7c3 100644 --- a/src/shared/log/PhotonStructDecoder.ts +++ b/src/shared/log/PhotonStructDecoder.ts @@ -194,7 +194,6 @@ export default class PhotonStructDecoder { } } - console.log(outputSchemaTypes); return { data: outputData, schemaTypes: outputSchemaTypes,