From: Kern Sibbald Date: Tue, 19 Jan 2010 18:11:41 +0000 (+0100) Subject: Remove debug code X-Git-Tag: Release-5.0.0~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0dfdf28e67b06e7cd702127f3991665380da1531;p=bacula%2Fbacula Remove debug code --- diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index e34f9466e9..12b629560b 100644 --- a/bacula/src/stored/dircmd.c +++ b/bacula/src/stored/dircmd.c @@ -250,8 +250,6 @@ bail_out: dequeue_messages(jcr); /* send any queued messages */ bs->signal(BNET_TERMINATE); free_jcr(jcr); - /* ***FIXME*** remove for production */ - sm_check(__FILE__, __LINE__, true); return NULL; } diff --git a/bacula/src/stored/fd_cmds.c b/bacula/src/stored/fd_cmds.c index 49616e4d09..992d705e4d 100644 --- a/bacula/src/stored/fd_cmds.c +++ b/bacula/src/stored/fd_cmds.c @@ -129,8 +129,6 @@ void run_job(JCR *jcr) dir->fsend(Job_end, jcr->Job, jcr->JobStatus, jcr->JobFiles, edit_uint64(jcr->JobBytes, ec1), jcr->JobErrors); dir->signal(BNET_EOD); /* send EOD to Director daemon */ - /* ***FIXME*** remove for production */ - sm_check(__FILE__, __LINE__, true); return; }