Add an intentional panic for debug

This commit is contained in:
Keavon Chambers
2021-09-11 09:46:55 -07:00
parent 06cf133324
commit cece89a9eb
3 changed files with 8 additions and 1 deletions

View File

@@ -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(_) => (),