mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
Comment out partial implementation of get_jet_test_mode()
This commit is contained in:
parent
4ceb48b5cf
commit
36b591f3c8
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user