Skip to content

Commit

Permalink
Clean up AppOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Nov 2, 2023
1 parent 76aa772 commit 0028414
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/all-clusters-app/linux/AppOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ bool AppOptions::HandleOptions(const char * program, OptionSet * options, int id
switch (identifier)
{
case kOptionDacProviderFilePath:
ChipLogError(BDX, "dac provider path");
mDacProvider.Init(value);
break;
case kOptionMinCommissioningTimeout: {
Expand All @@ -56,7 +55,6 @@ bool AppOptions::HandleOptions(const char * program, OptionSet * options, int id
break;
}
case kOptionEndUserSupportFilePath: {
ChipLogError(BDX, "kOptionEndUserSupportFilePath setting end user fd");
if (strlen(value) > kLogFileDesignatorMaxLen)
{
PrintArgError("%s: Invalid file path length. Must be less that %d: %d\n", program, kLogFileDesignatorMaxLen,
Expand Down

0 comments on commit 0028414

Please sign in to comment.