Build is underway so logging can go away.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2012-07-24 16:15:30 +00:00
parent 0ef30a9071
commit 190d130cbe

View File

@@ -3799,9 +3799,7 @@ static int load_module(void)
{
pj_lock_t *lock;
#if 0
pj_log_set_level(0);
#endif
if (pj_init() != PJ_SUCCESS) {
return AST_MODULE_LOAD_DECLINE;