From 0692dd097479772b135b680ef97ace99860e8cb1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 19 Jan 2010 19:08:17 +0100 Subject: [PATCH] Remove debug code --- bacula/src/stored/askdir.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index 5f17c78b8a..e3a3394ec4 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -380,8 +380,6 @@ bool dir_update_volume_info(DCR *dcr, bool label, bool update_LastWritten) ok = true; bail_out: - /* ***FIXME*** remove for production */ - sm_check(__FILE__, __LINE__, true); V(vol_info_mutex); return ok; } -- 2.39.2