Remove last todo

Anthony Eid created

Change summary

crates/git/src/repository.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/git/src/repository.rs 🔗

@@ -625,7 +625,6 @@ pub enum LogSource {
 }
 
 impl LogSource {
-    // todo! clean this up
     fn get_arg(&self) -> Result<&str> {
         match self {
             LogSource::All => Ok("--all"),