From 2829a95ce9d33eb40f27e9d0f718f334bb69cbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Nov 2013 00:30:40 +0100 Subject: [PATCH] MagnumFont: removed some probably forgotten debug output. --- src/Plugins/MagnumFont/MagnumFont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/MagnumFont/MagnumFont.cpp b/src/Plugins/MagnumFont/MagnumFont.cpp index c64108d03..241b30bb3 100644 --- a/src/Plugins/MagnumFont/MagnumFont.cpp +++ b/src/Plugins/MagnumFont/MagnumFont.cpp @@ -78,7 +78,7 @@ void MagnumFont::doOpenData(const std::vector(data[0].second.begin()), data[0].second.size()}); Utility::Configuration conf(in, Utility::Configuration::Flag::SkipComments); if(!conf.isValid() || conf.isEmpty()) { - Error() << "Text::MagnumFont::openData(): cannot open file" << data[0].first << conf.isValid(); + Error() << "Text::MagnumFont::openData(): cannot open file" << data[0].first; return; }