summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-29 21:57:48 +0000
committerMark Spencer <markster@digium.com>2003-06-29 21:57:48 +0000
commit746c335bcd475062f53e76cddcc8e116d7087d75 (patch)
tree09126f5e4910070d0c8d5818a570a2a8ae2a71d9 /file.c
parent9b0526bb46dbe89af3e9a365f3db44cd1dacfc1a (diff)
Remove superfluous debugging
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.c b/file.c
index 284c68292..6b5f5af4e 100755
--- a/file.c
+++ b/file.c
@@ -698,8 +698,6 @@ int ast_streamfile(struct ast_channel *chan, char *filename, char *preflang)
vfs = ast_openvstream(chan, filename, preflang);
if (vfs)
ast_log(LOG_DEBUG, "Ooh, found a video stream, too\n");
- else
- ast_log(LOG_DEBUG, "Waaah, '%s' has no video stream :(\n", filename);
if(fs){
if(ast_applystream(chan, fs))
return -1;