summaryrefslogtreecommitdiff
path: root/modules/database/db_flatfile.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-12-29 17:26:20 -0500
committerAdam <Adam@anope.org>2014-12-29 17:26:20 -0500
commit8ab1c71d7dc7a0d47e5711dc72e3fc9c3ee850bb (patch)
treed65f46a60e49d51ee1f0192de22c35e3cdd322c9 /modules/database/db_flatfile.cpp
parented920366d69801bab7fc276fa24296b7f1264ff2 (diff)
Allow configuring casemaps
Diffstat (limited to 'modules/database/db_flatfile.cpp')
-rw-r--r--modules/database/db_flatfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp
index 0793269ea..2486a2307 100644
--- a/modules/database/db_flatfile.cpp
+++ b/modules/database/db_flatfile.cpp
@@ -101,7 +101,6 @@ class DBFlatFile : public Module
Serialize::Object *obj = nullptr;
for (Anope::string buf; std::getline(fd, buf.str());)
{
- Log() << buf;
if (buf.find("OBJECT ") == 0)
{
Anope::string t = buf.substr(7);