Skip to content
Snippets Groups Projects
Commit 8e5a447e authored by rswindell's avatar rswindell
Browse files

Remove debug output from "Received file via QWK" telegram.

parent 8bd7fce0
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,6 @@ bool sbbs_t::unpack_rep(char* repfile)
SAFEPRINTF2(fname,"%s/%s",inbox,dirent->d_name);
mv(str,fname,1);
putsmsg(&cfg,1,str); /* debug */
SAFEPRINTF2(str,text[ReceivedFileViaQWK],dirent->d_name,useron.alias);
putsmsg(&cfg,1,str);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment