removed debugging output

This commit is contained in:
Gerhard Hoffmann 2023-02-02 12:56:02 +01:00
parent 69ac97f01c
commit ce66de0a72

View File

@ -127,7 +127,7 @@ static bool checkCalculatePreConditions(parking_tariff_t const* tariff,
}
#define DEBUG_INTERNAL 0
#define DEBUG_MAX_PRICE_AT_MIDNIGHT 1
#define DEBUG_MAX_PRICE_AT_MIDNIGHT 0
uint32_t compute_price_for_max_price_at_midnight(parking_tariff_t const *tariff,
QDateTime const &end,
@ -373,7 +373,7 @@ bool compute_price_for_parking_ticket(parking_tariff_t const *tariff,
return false;
}
#define DEBUG_COMPUTE_DURATION 1
#define DEBUG_COMPUTE_DURATION 0
bool compute_duration_for_parking_ticket(parking_tariff_t const *tariff,
minute_t start_parking_time,