cleaned out idiotic commenting of FUNCDEF, which had been done when a strict compile
[feisty_meow.git] / octopi / library / tentacles / login_tentacle.cpp
index 20b34e2a1da25828f5f5162b742a67ec77913157..c26c2f2ad1723b9500ef6b8755ac8ba68d8fe47f 100644 (file)
@@ -59,7 +59,7 @@ void login_tentacle::expunge(const octopus_entity &to_remove)
 outcome login_tentacle::consume(infoton &to_chow,
     const octopus_request_id &item_id, byte_array &transformed)
 {
-//  FUNCDEF("consume");
+  FUNCDEF("consume");
   transformed.reset();
   security_infoton *inf = dynamic_cast<security_infoton *>(&to_chow);
   if (!inf) {