Skip to:
Content

BuddyPress.org

Changeset 2896


Ignore:
Timestamp:
04/05/2010 11:00:21 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove debug code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-catchuri.php

    r2875 r2896  
    160160    /* Reset the keys by merging with an empty array */
    161161    $action_variables = array_merge( array(), $action_variables );
    162 
    163     //var_dump($current_component, $current_action, $action_variables); die;
    164162}
    165163add_action( 'plugins_loaded', 'bp_core_set_uri_globals', 3 );
Note: See TracChangeset for help on using the changeset viewer.