mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-26 00:55:50 +00:00
Remove comment
We're panicking everywhere in the kernel, if something isn't right. No need to call out this specific one.
This commit is contained in:
parent
2036ef9040
commit
d321f1c1d1
@ -74,8 +74,6 @@ impl ToShape for fj::Difference2d {
|
||||
|
||||
assert!(
|
||||
surface_a == surface_b,
|
||||
// Panicking is not great, but as long as we don't have a real
|
||||
// error handling mechanism, it will do.
|
||||
"Trying to subtract sketches with different surfaces."
|
||||
);
|
||||
let surface = surface_a;
|
||||
|
Loading…
Reference in New Issue
Block a user