summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi
index cb0d581b3..f1a8042a3 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -535,7 +535,6 @@ sub insert {
# Detect if the user already used the same form to submit an attachment
my $token = trim($cgi->param('token'));
check_token_data($token, 'create_attachment', 'index.cgi');
- print STDERR "here\n";
# Check attachments the user tries to mark as obsolete.
my @obsolete_attachments;