Index: libcfa/src/concurrency/locks.hfa
===================================================================
--- libcfa/src/concurrency/locks.hfa	(revision 8f1a99e18a889d2af43cbd1e5f77c6554f5c8009)
+++ libcfa/src/concurrency/locks.hfa	(revision a953c2e309fbc58c7de0178fd416b1ced55a38d3)
@@ -274,6 +274,5 @@
 	this.yield_count = yield_count;
 }
-static inline void  ?{}( linear_backoff_then_block_lock & this ) { this{4, 1024, 16, 0};
-printf("lock_ctor: %p\n", &this); }
+static inline void  ?{}( linear_backoff_then_block_lock & this ) { this{4, 1024, 16, 0}; }
 static inline void ^?{}( linear_backoff_then_block_lock & this ) {}
 
