diff --git a/cli/main.cpp b/cli/main.cpp index f6611cb..d5d4eda 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -24,24 +24,6 @@ using namespace inf; -static inf::Log::Level log_level_from_value(int32_t value) -{ - switch (value) { - case 1: - return Log::Level::Debug; - case 2: - return Log::Level::Info; - case 3: - return Log::Level::Warning; - case 4: - return Log::Level::Error; - case 5: - return Log::Level::Critical; - default: - throw inf::RuntimeError("Invalid log level specified '{}': value must be in range [1-5]", value); - } -} - int main(int argc, char** argv) { #ifdef WIN32 diff --git a/deps/geodynamix b/deps/geodynamix index 7366eff..05a101f 160000 --- a/deps/geodynamix +++ b/deps/geodynamix @@ -1 +1 @@ -Subproject commit 7366eff9d2b032225d36e5380d6881ef7704080e +Subproject commit 05a101f747abd7eeb0123a15787a014021411495 diff --git a/deps/infra b/deps/infra index 91b29a2..ebf0786 160000 --- a/deps/infra +++ b/deps/infra @@ -1 +1 @@ -Subproject commit 91b29a296cc23357824358f4cf9174bfc8b2cb0b +Subproject commit ebf0786f793e35099953cf1e224b10a4b71cf0fc diff --git a/deps/vcpkg b/deps/vcpkg index 57adc34..185404d 160000 --- a/deps/vcpkg +++ b/deps/vcpkg @@ -1 +1 @@ -Subproject commit 57adc34a5f058ef12ebcba10a78fec9026da9b11 +Subproject commit 185404dc8988e92f7a183ed99c199762b3c33259