Removed secure dlog for sql query
[platform/core/connectivity/stc-manager.git] / src / database / tables / table-restrictions.c
old mode 100644 (file)
new mode 100755 (executable)
index 5c7e4ee..12fa67d
@@ -410,8 +410,7 @@ stc_error_e table_restrictions_get_restriction_type_subscriber_id(const char *ap
                break;
        case SQLITE_ERROR:
        default:
-               STC_LOGE("Can't perform sql query: %s \n%s", //LCOV_EXCL_LINE
-                        SELECT_RESTRICTION_TYPE,
+               STC_LOGE("Can't perform sql query: %s\n", //LCOV_EXCL_LINE
                         sqlite3_errmsg(stc_db_get_database()));
                error_code = STC_ERROR_DB_FAILED; //LCOV_EXCL_LINE
        }