diff --git a/manage_proj_update_children.php b/manage_proj_update_children.php index 712202016f..2a645ed51a 100644 --- a/manage_proj_update_children.php +++ b/manage_proj_update_children.php @@ -40,7 +40,6 @@ $t_subproject_ids = current_user_get_accessible_subprojects( $f_project_id, true ); foreach ( $t_subproject_ids as $t_subproject_id ) { $f_inherit_child = gpc_get_bool( 'inherit_child_' . $t_subproject_id, false ); - var_dump( $t_subproject_id, $f_project_id, $f_inherit_child ); project_hierarchy_update( $t_subproject_id, $f_project_id, $f_inherit_child ); }