Skip to content

Commit

Permalink
Disable debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
project802 committed Apr 19, 2020
1 parent bff7f5c commit b809345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def take()
*/
def nvr_cameraTakeCallback( physicalgraph.device.HubResponse hubResponse )
{
log.debug( "nvr_cameraTakeCallback: ${hubResponse.description}" )
//log.debug( "nvr_cameraTakeCallback: ${hubResponse.description}" )

def descriptionMap = stringToMap( hubResponse.description )

Expand Down

0 comments on commit b809345

Please sign in to comment.