Skip to content

Commit 1f4f89d

Browse files
committedAug 2, 2024
remove diagnostic logs
1 parent d18231f commit 1f4f89d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/darwin/Framework/CHIP/MTRDeviceController.mm

-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ - (nullable instancetype)initWithUniqueIdentifier:(NSUUID *)uniqueIdentifier
144144
- (nullable instancetype)initWithParameters:(MTRDeviceControllerAbstractParameters *)parameters error:(NSError * __autoreleasing *)error
145145
{
146146
if (![parameters isKindOfClass:MTRDeviceControllerParameters.class]) {
147-
NSLog(@"Hello I am an error in initWithParameters");
148-
MTR_LOG_ERROR("initWithParameters error!");
149147
if (error) {
150148
*error = [MTRError errorForCHIPErrorCode:CHIP_ERROR_INVALID_ARGUMENT];
151149
}

0 commit comments

Comments
 (0)