Skip to content

Commit

Permalink
chore: remove useless comment
Browse files Browse the repository at this point in the history
Remove useless comment
  • Loading branch information
dfranco committed Dec 29, 2023
1 parent df9a01c commit 8a70462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/Entity/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function getLogText(): string
*/
public function getTime(): string
{
// TODO: we may not need to store everything in the session
return date(FileConfig::get_Value('datetime_format'), strtotime($this->time));
}
}

0 comments on commit 8a70462

Please sign in to comment.