Skip to content

Commit

Permalink
Remove logging routine; See: wpsharks/comet-cache#754
Browse files Browse the repository at this point in the history
  • Loading branch information
kristineds committed Jun 7, 2016
1 parent a66ab02 commit 7bce007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/includes/traits/Plugin/OptionUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public function updateOptions(array $options)
$this->options = array_intersect_key($this->options, $this->default_options);
update_site_option(GLOBAL_NS.'_options', $this->options);

file_put_contents(WP_CONTENT_DIR.'/debug.log', print_r(get_defined_vars(), true)."\n\n", FILE_APPEND);

return $this->getOptions();
}

Expand Down

0 comments on commit 7bce007

Please sign in to comment.