[svn-commits] mmichelson: branch mmichelson/imap_consistency r134110 - /team/mmichelson/ima...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 28 12:24:57 CDT 2008


Author: mmichelson
Date: Mon Jul 28 12:24:56 2008
New Revision: 134110

URL: http://svn.digium.com/view/asterisk?view=rev&rev=134110
Log:
Remove debug message and useless function call above


Modified:
    team/mmichelson/imap_consistency/apps/app_voicemail.c

Modified: team/mmichelson/imap_consistency/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/imap_consistency/apps/app_voicemail.c?view=diff&rev=134110&r1=134109&r2=134110
==============================================================================
--- team/mmichelson/imap_consistency/apps/app_voicemail.c (original)
+++ team/mmichelson/imap_consistency/apps/app_voicemail.c Mon Jul 28 12:24:56 2008
@@ -1067,8 +1067,6 @@
 	}
 
 	mail_fetchstructure (vms->mailstream,vms->msgArray[msgnum],&body);
-	mail_elt(vms->mailstream, vms->msgArray[msgnum]);
-	ast_log(LOG_NOTICE, "DEBUG: vms->mailstream->msgno = %lu; vms->mailstream->body-> = %p;\n", vms->mailstream->msgno, vms->mailstream->body);
 	
 	/* We have the body, now we extract the file name of the first attachment. */
 	if (body->nested.part && body->nested.part->next && body->nested.part->next->body.parameter->value) {




More information about the svn-commits mailing list