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 1ada785 + 36e0dc6 commit 171a9abCopy full SHA for 171a9ab
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