projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c6e22
)
lisp/parser.cpp: Remove a forgotten debug message.
author
Florian Forster
<supertux@octo.it>
Sun, 28 Feb 2010 19:45:53 +0000
(19:45 +0000)
committer
Florian Forster
<supertux@octo.it>
Sun, 28 Feb 2010 19:45:53 +0000
(19:45 +0000)
SVN-Revision: 6466
src/lisp/parser.cpp
patch
|
blob
|
history
diff --git
a/src/lisp/parser.cpp
b/src/lisp/parser.cpp
index
d827c61
..
1ea6f80
100644
(file)
--- a/
src/lisp/parser.cpp
+++ b/
src/lisp/parser.cpp
@@
-25,7
+25,6
@@
#include "physfs/ifile_stream.hpp"
#include "physfs/ifile_streambuf.hpp"
#include "supertux/globals.hpp"
-#include "util/log.hpp"
#include "supertux/gameconfig.hpp"
@@
-83,7
+82,6
@@
Parser::parse(const std::string& filename)
for(char** i = searchpath; *i != NULL; i++)
{
std::string abs_dir = std::string (*i) + PHYSFS_getDirSeparator () + rel_dir;
- log_debug << "Adding " << abs_dir << std::endl;
dictionary_manager->add_directory (abs_dir);
}
dictionary = & (dictionary_manager->get_dictionary());