Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
90966633
Verified
Commit
90966633
authored
Nov 04, 2016
by
Erick Hitter
Browse files
Remove errant debugging function
parent
5e5744b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-cron-options-cpt.php
View file @
90966633
...
...
@@ -42,7 +42,6 @@ class Cron_Options_CPT extends Singleton {
// Clear caches for any manually-inserted posts, lest stale caches be used
if
(
!
empty
(
$this
->
posts_to_clean
)
)
{
foreach
(
$this
->
posts_to_clean
as
$post_to_clean
)
{
error_log
(
"Cleaning cron entry #
{
$post_to_clean
}
"
);
clean_post_cache
(
$post_to_clean
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment