Changeset 526

Show
Ignore:
Timestamp:
06/04/08 20:07:06 (7 months ago)
Author:
dmondark
Message:

plugin:jambo Remove extra Utils:debug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/jambo/trunk/jambo.plugin.php

    r523 r526  
    3636            foreach ( self::default_options() as $name => $value ) { 
    3737                Options::set( self::OPTION_NAME . '__' . $name, $value ); 
    38                 Utils::debug($value); 
    3938            } 
    4039        }