summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/World.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/World.cpp b/src/World.cpp
index acfcf8e48..5cd3e1478 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -111,7 +111,6 @@ protected:
cSleep::MilliSleep(100);
if (m_ShouldTerminate)
{
- LOGREPLACELINE("World successfully loaded!");
return;
}
}
@@ -162,7 +161,6 @@ protected:
cSleep::MilliSleep(100);
if (m_ShouldTerminate)
{
- LOGREPLACELINE("Lighting successful!");
return;
}
}