Changeset 248 for trunk/RebuildQueue

Show
Ignore:
Timestamp:
05/05/07 01:30:51 (3 years ago)
Author:
jallen
Message:

Ahem... Removed debugging code...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RebuildQueue/plugins/RebuildQueue/lib/RebuildQueue/Plugin.pm

    r247 r248  
    9292 
    9393        my $override = $plugin->blog_cms_override($app->param('blog_id')); 
    94 print STDERR <<EOF; 
    95 JAY: Override: $override 
    96 JAY: Blog ID: ${\$app->param('blog_id')} 
    97 JAY: Mode: ${\$app->mode} 
    98 EOF 
     94 
    9995    # For CMS, disable in certain situations... 
    10096    if ($app->isa('MT::App::CMS') && $override) { 
     
    285281    my $plugin = shift; 
    286282    my $blog_id = shift || ''; 
    287 print STDERR "In blog_cms_override with blog ID $blog_id\n"; 
    288283    $plugin->get_config_value('rebuildq_cms_override', 'blog:'.$blog_id) ? 1 : 0; 
    289284}