Remove noisy log message

This commit is contained in:
Brian Hackett
2025-02-27 14:55:35 -08:00
parent 18f1983097
commit 790b3cb73b

View File

@@ -338,7 +338,7 @@ function addRecordingMessageHandler(messageHandlerId: string) {
);
function onInterceptedOperation(name: string) {
console.log(`InterceptedOperation ${name}`);
//console.log(`InterceptedOperation ${name}`);
}
function interceptProperty(obj: object, prop: string, interceptor: (basevalue: any) => any) {