From: Kern Sibbald Date: Tue, 19 Jan 2010 18:08:17 +0000 (+0100) Subject: Remove debug code X-Git-Tag: Release-7.0.0~2364 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0692dd097479772b135b680ef97ace99860e8cb1;p=bacula%2Fbacula Remove debug code --- 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; }