Remove local override of protobuf JS option - convertFieldsToCamelCase.
PiperOrigin-RevId: 231505010
diff --git a/internal/tsc_wrapped/worker.ts b/internal/tsc_wrapped/worker.ts
index 287486d..4a102cc 100644
--- a/internal/tsc_wrapped/worker.ts
+++ b/internal/tsc_wrapped/worker.ts
@@ -4,8 +4,6 @@
// tslint:disable-next-line:variable-name: ByteBuffer is instantiatable.
const ByteBuffer = require('bytebuffer');
-protobufjs.convertFieldsToCamelCase = true;
-
export const DEBUG = false;
export function debug(...args: Array<{}>) {