We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ea96b3 + 526ae9b commit 36e0dc6Copy full SHA for 36e0dc6
1 file changed
classes/class-suggested-tasks-db.php
@@ -47,7 +47,6 @@ public function add( $data ) {
47
if ( $current && ( $current < \time() - 30 ) ) {
48
\update_option( $lock_key, $lock_value );
49
} else {
50
- \error_log( 'Lock for: ' . $data['task_id'] ); // TODO: remove this after testing.
51
return 0; // Other process is using it.
52
}
53
0 commit comments