Skip to content

Commit 36e0dc6

Browse files
authored
Merge pull request #642 from ProgressPlanner/filip/v19/remove-testing-code
2 parents 1ea96b3 + 526ae9b commit 36e0dc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

classes/class-suggested-tasks-db.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function add( $data ) {
4747
if ( $current && ( $current < \time() - 30 ) ) {
4848
\update_option( $lock_key, $lock_value );
4949
} else {
50-
\error_log( 'Lock for: ' . $data['task_id'] ); // TODO: remove this after testing.
5150
return 0; // Other process is using it.
5251
}
5352
}

0 commit comments

Comments
 (0)