Remove debugging of ring

This commit is contained in:
Jeremy Soller
2017-08-06 17:19:07 -06:00
parent 87342d6fce
commit 649f1c8b20
-2
View File
@@ -35,12 +35,10 @@ impl Ring {
self.i = 0;
if self.link {
println!("Link");
let address = self.trbs.physical();
self.trbs[i].link(address, true, self.cycle);
self.cycle = !self.cycle;
} else {
println!("No-link");
break;
}
} else {