forked from M-Labs/artiq-zynq
remove debug message
This commit is contained in:
parent
beb7e6f994
commit
42eaecf9e1
|
@ -563,7 +563,6 @@ mod remote_coremgmt {
|
||||||
linkno: u8,
|
linkno: u8,
|
||||||
destination: u8,
|
destination: u8,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
info!("initited reboot request to satellite destination {}", destination);
|
|
||||||
let reply = drtio::aux_transact(
|
let reply = drtio::aux_transact(
|
||||||
aux_mutex,
|
aux_mutex,
|
||||||
linkno,
|
linkno,
|
||||||
|
|
Loading…
Reference in New Issue