Index: tests/concurrent/spinaphore.cfa
===================================================================
--- tests/concurrent/spinaphore.cfa	(revision c51124b6a42d9c4dc5ac13c1d61fef7ba7ab64c5)
+++ tests/concurrent/spinaphore.cfa	(revision 72f246d408ea0e0c68609259da00de101752be1d)
@@ -36,8 +36,6 @@
 	this.sum = 0;
 	for(num_blocks) {
-		// sout | "b P" | me;
 		P(sem);
 		if(((thread&)this).seqable.next != 0p) sout | "Link not invalidated";
-		// sout | "a P" | me;
 	}
 }
@@ -58,5 +56,4 @@
 		this.sum += (unsigned)b;
 		unpark(t);
-		// sout | "a V" | t;
 		yield(random(10));
 	}
