diff options
| author | mailman | 1998-03-20 17:49:54 +0000 |
|---|---|---|
| committer | mailman | 1998-03-20 17:49:54 +0000 |
| commit | 93584779297c2db51351e77f3a37a97bb97345c1 (patch) | |
| tree | daedc05487d1e63f79085be045d841a563ad474a /cgi/subscribe | |
| parent | 483ddb0de161790c718b8b909ded9fa21e52d4a3 (diff) | |
| download | mailman-93584779297c2db51351e77f3a37a97bb97345c1.tar.gz mailman-93584779297c2db51351e77f3a37a97bb97345c1.tar.zst mailman-93584779297c2db51351e77f3a37a97bb97345c1.zip | |
Remove debugging writes to a gratuitous file (preexistence of which
could block operation).
Diffstat (limited to 'cgi/subscribe')
| -rwxr-xr-x | cgi/subscribe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cgi/subscribe b/cgi/subscribe index 03da6cb47..0fd040d65 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -1,10 +1,5 @@ #!/usr/local/bin/python -f = open('/tmp/fart', 'a+') -f.write("Test") -f.flush() import sys, os, cgi, string -sys.stderr = f -f.write('hello world') from regsub import gsub sys.path.append('/home/mailman/mailman/modules') import mm_utils, maillist, mm_err, mm_message, mm_cfg, htmlformat |
