Skip to content

Commit

Permalink
Revert inadvertant commit of debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 29, 2015
1 parent fb019ce commit 0c2da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/print_api.php
Expand Up @@ -1842,7 +1842,7 @@ function print_bug_attachment( array $p_attachment ) {
*/
function print_bug_attachment_header( array $p_attachment ) {
echo "\n";
if( false && $p_attachment['exists'] ) {
if( $p_attachment['exists'] ) {
if( $p_attachment['can_download'] ) {
echo '<a href="' . string_attribute( $p_attachment['download_url'] ) . '">';
}
Expand Down

0 comments on commit 0c2da84

Please sign in to comment.