Tizen 2.4.0 rev3 SDK Public Release
[framework/convergence/service/adaptors/storage-adaptor.git] / inc / storage-adaptor-log.h
index 12b946b..5593807 100644 (file)
@@ -146,15 +146,6 @@ extern "C"
             LOGD(FONT_COLOR_CYAN"[%d]"fmt""FONT_COLOR_RESET, storage_adaptor_gettid(), ##arg);     \
         } while (0)
 
-/**
- * @brief Prints debug message on entry to particular function
- * @param[in]  fmt  Format of data to be displayed
- * @param[in]  args Arguments to be displayed
- */
-#define storage_adaptor_debug_secure(fmt, arg...) do { \
-            SECURE_LOGD(FONT_COLOR_CYAN"[%d]"fmt""FONT_COLOR_RESET, storage_adaptor_gettid(), ##arg);     \
-        } while (0)
-
 #define storage_adaptor_check_param_equal(compare, val, ret_val, exception_handling) {\
        if ( compare == val ) {\
                LOGD(FONT_COLOR_PURPLE "[%d]<Line :%d>" "Parameter Check catched (equal) \n : Expected(%p) Value(%p)" FONT_COLOR_RESET, storage_adaptor_gettid(), __LINE__, compare, val);\