diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
commit | efa38723961fb8003577c6589fc2b7032195235c (patch) | |
tree | ad7f8318872b91f23a47fe3e34124a5a0525ab7c /source/frontend/StarChatBubbleSeparation.cpp | |
parent | 152af876550ec63bac9d7aa27b1994268c80f878 (diff) |
Don't do spatial logging on the server
Diffstat (limited to 'source/frontend/StarChatBubbleSeparation.cpp')
-rw-r--r-- | source/frontend/StarChatBubbleSeparation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarChatBubbleSeparation.cpp b/source/frontend/StarChatBubbleSeparation.cpp index ba22ed5..65c9eb1 100644 --- a/source/frontend/StarChatBubbleSeparation.cpp +++ b/source/frontend/StarChatBubbleSeparation.cpp @@ -1,5 +1,5 @@ #include "StarChatBubbleSeparation.hpp" -#include "StarLogging.hpp" +//#include "StarLogging.hpp" namespace Star { |