summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-05-21 16:42:43 -0600
committerJared Adams <jaxad0127@gmail.com>2010-05-21 16:42:43 -0600
commit54fb1e339796db4b75560b024a96c6b84a70d89f (patch)
tree690b80ce5bb883d52ec9d847853bc56d898b0a83
parentb5368211afefa2c2586e1979e382ef6a4dc79bdd (diff)
downloadmana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.gz
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.bz2
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.tar.xz
mana-client-54fb1e339796db4b75560b024a96c6b84a70d89f.zip
Remove some unneeded printfs
-rw-r--r--src/gui/skilldialog.cpp4
-rw-r--r--src/resources/resourcemanager.cpp2
-rw-r--r--src/utils/copynpaste.cpp1
3 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/skilldialog.cpp b/src/gui/skilldialog.cpp
index 528e8539..1a265589 100644
--- a/src/gui/skilldialog.cpp
+++ b/src/gui/skilldialog.cpp
@@ -234,10 +234,6 @@ void SkillDialog::action(const gcn::ActionEvent &event)
{
setVisible(false);
}
- else
- {
- printf("Unknown event '%s'\n", event.getId().c_str());
- }
}
std::string SkillDialog::update(int id)
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp
index 3013f20b..f785f20a 100644
--- a/src/resources/resourcemanager.cpp
+++ b/src/resources/resourcemanager.cpp
@@ -164,8 +164,6 @@ void ResourceManager::searchAndAddArchives(const std::string &path,
const char *dirSep = PHYSFS_getDirSeparator();
char **list = PHYSFS_enumerateFiles(path.c_str());
- printf("Path: %s -> %s\n", path.c_str(), PHYSFS_getRealDir(path.c_str()));
-
for (char **i = list; *i; i++)
{
size_t len = strlen(*i);
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 31aa7bf9..3d2e3b80 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -269,7 +269,6 @@ static char* getSelection(Display *dpy, Window us, Atom selection)
return (char*)data;
}
}
- printf("Timeout\n");
return NULL;
}