mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Remove noisy log message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user