Removed appveyor ci

This commit is contained in:
gabime
2024-11-29 13:06:44 +02:00
parent 6ea6b065ba
commit 50ea0cc1aa
2 changed files with 0 additions and 80 deletions

View File

@@ -66,7 +66,6 @@ public:
virtual ~logger() = default;
// log functions
template <typename... Args>
void log(source_loc loc, level lvl, format_string_t<Args...> fmt, Args &&...args) {
if (should_log(lvl)) {