Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
DG-4: Removed a trace statement
Browse files Browse the repository at this point in the history
Signed-off-by: br <bindu@iotechsys.com>
  • Loading branch information
BinduRao2018 committed Dec 3, 2018
1 parent f5856f1 commit 045e9af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,6 @@ static void grove_stop (void *impl, bool force)
impln->dev[index] = NULL;

} /* dev != NULL */
else
{
status |= MRAA_ERROR_UNSPECIFIED;
iot_log_error (impln->lc, "grove_stop(), dev ctxt is NULL - Not releasing any resource");
break;
}
}

if (status != MRAA_SUCCESS)
Expand Down

0 comments on commit 045e9af

Please sign in to comment.