summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h
index 9eb2254f0..0b828e2a5 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -425,8 +425,6 @@ public:
n = m_defaults.find(name);
if(n == NULL)
{
- infostream<<"Settings: Setting not found: \""
- <<name<<"\""<<std::endl;
throw SettingNotFoundException("Setting not found");
}
}