diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-01 18:42:24 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-01 18:42:24 +0200 |
commit | a8248b8210a8a96d1cd29fa6a83b720e7ca2da21 (patch) | |
tree | 6a615f3944c558505653882ff46f9bb891122272 | |
parent | 86441b0eccea2c673d51519d0f0d76c6c6022316 (diff) | |
download | bugzilla-a8248b8210a8a96d1cd29fa6a83b720e7ca2da21.tar.gz bugzilla-a8248b8210a8a96d1cd29fa6a83b720e7ca2da21.tar.xz |
remove debugging code
-rwxr-xr-x | attachment.cgi | 1 |
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; |