summaryrefslogtreecommitdiff
path: root/server/common
diff options
context:
space:
mode:
Diffstat (limited to 'server/common')
-rw-r--r--server/common/src/git.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/common/src/git.rs b/server/common/src/git.rs
index 6b6cb6c..e7e5b28 100644
--- a/server/common/src/git.rs
+++ b/server/common/src/git.rs
@@ -218,7 +218,6 @@ impl RepoData {
}
}
- assert!(false);
Err(Error::new("Fetch succeeded but branch not found"))
}