mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Remove false assertion
This commit is contained in:
@@ -321,7 +321,7 @@ impl<Value: Clone> BufferedHistoricLayerCoverage<Value> {
|
||||
let existing = self.layers.insert(rect.clone(), l.clone());
|
||||
if existing.is_some() {
|
||||
// TODO this happened once. Investigate.
|
||||
panic!("can't overwrite layer");
|
||||
// panic!("can't overwrite layer");
|
||||
}
|
||||
}
|
||||
None => {
|
||||
|
||||
Reference in New Issue
Block a user