CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 05/09/12 21:37:42
Modified files:
src/serialization: parser.cpp
Log message:
Removing some useless debug output
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/parser.cpp.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
Patches:
Index: wesnoth/src/serialization/parser.cpp
diff -u wesnoth/src/serialization/parser.cpp:1.22
wesnoth/src/serialization/parser.cpp:1.23
--- wesnoth/src/serialization/parser.cpp:1.22 Mon Sep 12 21:33:34 2005
+++ wesnoth/src/serialization/parser.cpp Mon Sep 12 21:37:41 2005
@@ -1,4 +1,4 @@
-/* $Id: parser.cpp,v 1.22 2005/09/12 21:33:34 gruikya Exp $ */
+/* $Id: parser.cpp,v 1.23 2005/09/12 21:37:41 gruikya Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Copyright (C) 2005 by Guillaume Melquiond <[EMAIL PROTECTED]>
@@ -280,7 +280,6 @@
std::string parser::lineno_string(utils::string_map &i18n_symbols, std::string
const &lineno,
std::string const &error_string)
{
- ERR_CF << lineno << std::endl;
std::vector< std::string > pos = utils::quoted_split(lineno, ' ');
std::vector< std::string >::const_iterator i = pos.begin(), end =
pos.end();
std::string included_from = _(" included from ");