Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
chore(frontity.php): removes echos
Browse files Browse the repository at this point in the history
fixes #53
  • Loading branch information
Eduardo Campaña committed Dec 14, 2018
1 parent a3f3888 commit 8147f75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontity.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,8 @@ function plugin_update_completed($upgrader_object, $data) {
// Initialize settings when the plugin is updated
// but was already activated (update doesn't trigger activation hook).
if (!$settings) {
echo var_dump($settings);
initialize_settings();
$settings = get_option('frontity_settings');
echo var_dump($settings);
}

// If there are settings from the previous versions of the plugin
Expand Down

0 comments on commit 8147f75

Please sign in to comment.