summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 17:13:22 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 17:13:22 +0000
commit862da09752d1361a91f9318f90314ac0353f5e90 (patch)
treeb8ae6084fbb953aec36e18255254f6fde534a23f /wcte12xp
parent58c0b500e1b456dadafdd28340a7acb26fd961dc (diff)
Removing some left over debugging code.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3601 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/vpmadt032.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c
index 68455b8..5dfe0fe 100644
--- a/wcte12xp/vpmadt032.c
+++ b/wcte12xp/vpmadt032.c
@@ -1028,7 +1028,6 @@ void gpakReadDspMemory(
ret = t1_vpm150m_getreg_full_async(wc,0,1,DspAddress+i,&pWordValues[i],
&cmds[i]);
if (0 != ret) {
- dump_stack();
return;
}
}
@@ -1036,7 +1035,6 @@ void gpakReadDspMemory(
ret = t1_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
&cmds[i]);
if (0 != ret) {
- dump_stack();
return;
}
}