summaryrefslogtreecommitdiff
path: root/wcte12xp/vpmadt032.c
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
commit03eb4bdd5bda6db96665bfbfa201fde4490fa0e0 (patch)
tree03d1732f3153cd930a8fabad8e4711ff1ad696c9 /wcte12xp/vpmadt032.c
parent6d9df4762e5008f993c899099eb86862ba51786f (diff)
Removing some left over debugging code.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3601 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp/vpmadt032.c')
-rw-r--r--wcte12xp/vpmadt032.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c
index 3affadd..0c9d71b 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;
}
}