From e0b6105251c7157a702475ebc306340019a2eed8 Mon Sep 17 00:00:00 2001 From: Omkar Hegde Date: Fri, 14 Aug 2015 14:15:34 -0700 Subject: [PATCH] Remove unnecessary log in occlient The presence nonce number is already being printed by OC_LOG_PAYLOAD. This resolves IOT-649 Change-Id: Ifb989c54ebac797c23a0b9f271a24e5d452b589d Signed-off-by: Omkar Hegde Reviewed-on: https://gerrit.iotivity.org/gerrit/2213 Reviewed-by: Erich Keane Reviewed-by: Mark Tung Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz --- resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp b/resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp index 28fadc6..5faaccd 100644 --- a/resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp +++ b/resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp @@ -336,7 +336,6 @@ OCStackApplicationResult presenceCB(void* ctx, OCDoHandle /*handle*/, if (clientResponse) { OC_LOG_V(INFO, TAG, "StackResult: %s", getResult(clientResponse->result)); - OC_LOG_V(INFO, TAG, "NONCE NUMBER: %u", clientResponse->sequenceNumber); OC_LOG_V(INFO, TAG, "Callback Context for Presence notification recvd successfully %d", gNumPresenceNotifies); OC_LOG_PAYLOAD(INFO, TAG, clientResponse->payload); -- 2.7.4