Skip to content
Snippets Groups Projects
Commit 1199473d authored by Juampy NR's avatar Juampy NR
Browse files

Removed debug statements.

parent 65cbf41a
No related branches found
Tags 7.x-6.0-alpha2
No related merge requests found
......@@ -204,9 +204,7 @@ function twitter_account_save($twitter_account) {
// Check whether this account exists and load its defaults prior to save.
$twitter_account->is_new = $twitter_account_db ? FALSE : TRUE;
if ($twitter_account_db) {
dd('exists');
$twitter_account = (object) array_merge((array) $twitter_account_db, (array) $twitter_account);
dd($twitter_account);
}
entity_save('twitter_account', $twitter_account);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment