Index: tests/concurrent/spinaphore.cfa
===================================================================
--- tests/concurrent/spinaphore.cfa	(revision 1da73971dbde341615a5a04d2b19b654d5757091)
+++ tests/concurrent/spinaphore.cfa	(revision e20eaf46ee86f55e4384db669ba550042979fa39)
@@ -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));
 	}
