From 511b265ed85d7abfe5aa5f09dffdaf355579d699 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 23 Oct 2006 09:21:17 +0000 Subject: [PATCH] commented out annoying debug messages git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19095 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/support/Archivable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/support/Archivable.cpp b/src/kits/support/Archivable.cpp index 15f0895e4a..bba722f5fe 100644 --- a/src/kits/support/Archivable.cpp +++ b/src/kits/support/Archivable.cpp @@ -292,7 +292,7 @@ find_instantiation_func(const char* class_name, const char* sig) BuildFuncName(class_name, funcName); -printf("find_instantiation_func() - looking for '%s'\n", funcName.String()); +//printf("find_instantiation_func() - looking for '%s'\n", funcName.String()); thread_id tid = find_thread(NULL); thread_info ti; @@ -311,7 +311,7 @@ printf("find_instantiation_func() - looking for '%s'\n", funcName.String()); } } -printf("find_instantiation_func(): %p\n", theFunc); +//printf("find_instantiation_func(): %p\n", theFunc); return theFunc; }