Check validity of database
[platform/core/connectivity/stc-manager.git] / src / database / include / db-internal.h
index 2d8922d..2b2daae 100755 (executable)
@@ -35,7 +35,6 @@ extern "C" {
 #define DB_ACTION(command) do { \
        if ((command) != SQLITE_OK) { \
                error_code = STC_ERROR_DB_FAILED; \
-               __STC_LOG_FUNC_EXIT__; \
                goto handle_error; \
        } \
 } while (0)