From 70d6fe66325e66a39e6c3d79ef79c6a9ad8225f0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 19 Jul 2011 00:23:42 -0500 Subject: Clean up my debug logger mess Signed-off-by: Dan McGee --- lib/libalpm/be_sync.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/be_sync.c') diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c index daed01f9..07356f0a 100644 --- a/lib/libalpm/be_sync.c +++ b/lib/libalpm/be_sync.c @@ -600,9 +600,7 @@ alpm_db_t *_alpm_db_register_sync(alpm_handle_t *handle, const char *treename, _alpm_log(handle, ALPM_LOG_DEBUG, "registering sync database '%s'\n", treename); - _alpm_log(handle, ALPM_LOG_DEBUG, "spot 3\n"); #ifndef HAVE_LIBGPGME - _alpm_log(handle, ALPM_LOG_DEBUG, "spot 2\n"); if(level != 0 && level != ALPM_SIG_USE_DEFAULT) { RET_ERR(handle, ALPM_ERR_WRONG_ARGS, NULL); } -- cgit v1.2.3-24-g4f1b