Comment out partial implementation of get_jet_test_mode()

This commit is contained in:
Peter McEvoy 2023-03-14 12:21:38 -04:00
parent 4ceb48b5cf
commit 36b591f3c8

View File

@ -69,8 +69,11 @@ pub fn get_jet(jet_name: Noun) -> Option<Jet> {
}
pub fn get_jet_test_mode(jet_name: Noun) -> bool {
/*
match jet_name.as_direct().unwrap().data() {
// tas!(b"cut") => true,
tas!(b"cut") => true,
_ => false,
}
*/
false
}