aboutsummaryrefslogtreecommitdiff
path: root/src/announce.cc
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-08 17:55:31 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-08 17:55:31 +0000
commitc54b29aea3e87fb713e67f3dd8bcd719d84e50aa (patch)
treeeea9c271984a6d3c450a28ce4eef0a8d997ea9bf /src/announce.cc
parentb188b8cb2619492e4ca36edce57822ff5d4809e5 (diff)
Remove debug messages
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@63 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/announce.cc')
-rw-r--r--src/announce.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/announce.cc b/src/announce.cc
index 9bfd155..7fa63ff 100644
--- a/src/announce.cc
+++ b/src/announce.cc
@@ -926,10 +926,6 @@ namespace Formaline
= CCTK_InfoCallbackRegister (0, CatchInfo);
assert (! ierr2);
- // TODO
- CCTK_WARN (1, "yay!");
- CCTK_INFO ("zaz!");
-
return 0;
}
@@ -1001,8 +997,6 @@ namespace Formaline
string const keystr = keybuf.str();
char const * const key = keystr.c_str();
stores.store (key, message);
- // TODO
- cout << "XXX:" << key << "=" << message << endl;
}
++ warningID;
@@ -1051,8 +1045,6 @@ namespace Formaline
string const keystr = keybuf.str();
char const * const key = keystr.c_str();
stores.store (key, message);
- // TODO
- cout << "XXX:" << key << "=" << message << endl;
}
++ infoID;