Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovani committed Jul 12, 2019
1 parent b91cdea commit 538b84d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/cloudinary_sdk/src/Form/CloudinarySdkSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
'form_token',
'form_build_id',
]))) {
debug($field);
debug(($value));
$config->set(str_replace('.', '_', $field), $value);
}
}
Expand Down

0 comments on commit 538b84d

Please sign in to comment.