diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 11:17:23 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 11:17:23 +0200 |
commit | e58c98e224afcf4a28078344e0cd5f8c0e10961f (patch) | |
tree | d165add07884e842321a6b7af85ee47c1b07355e /src/example/script.cpp | |
parent | 157cdabe941be14ca72022e7a7c8c55a582a7c1c (diff) |
add logging example + finish log color config integration
Diffstat (limited to 'src/example/script.cpp')
-rw-r--r-- | src/example/script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/example/script.cpp b/src/example/script.cpp index 91e4713..97e99b3 100644 --- a/src/example/script.cpp +++ b/src/example/script.cpp @@ -24,8 +24,6 @@ int main() { auto & cfg = api::Config::get_instance(); cfg.log.level = util::log_level::TRACE; - dbg_trace(); - auto obj = GameObject(0, "name", "tag", 0); obj.add_component<BehaviorScript>().set_script<MyScript>(); |