mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Add an intentional panic for debug
This commit is contained in:
@@ -551,7 +551,7 @@ impl MessageHandler<DocumentMessage, &InputPreprocessor> for DocumentMessageHand
|
||||
})
|
||||
.flatten(),
|
||||
);
|
||||
log::debug!("LayerPanel: {:?}", self.layer_data.keys());
|
||||
// log::debug!("LayerPanel: {:?}", self.layer_data.keys());
|
||||
}
|
||||
Err(e) => log::error!("DocumentError: {:?}", e),
|
||||
Ok(_) => (),
|
||||
|
||||
Reference in New Issue
Block a user