Skip to content

Commit 171a9ab

Browse files
authored
Merge branch 'develop' into ari/use-arrow-functions
2 parents 1ada785 + 36e0dc6 commit 171a9ab

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)