Skip to content

Commit

Permalink
#103: clean up module code
Browse files Browse the repository at this point in the history
  • Loading branch information
katypool committed Feb 17, 2015
1 parent 30f6e54 commit d5f0d4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,3 @@ function playbox_users_field_default_field_bases() {

return $field_bases;
}

function playbox_form_user_profile_form_alter(&$form, &$form_id, $form_state){
dsm($form);
}
4 changes: 0 additions & 4 deletions sites/all/modules/playbox_users/playbox_users.module
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ function playbox_users_get_team() {
$playbox_user_team = $items[0];
}
}

function playbox_users_form_user_profile_form_alter(&$form, &$form_state, $form_id){
dsm($form);
}

0 comments on commit d5f0d4a

Please sign in to comment.