changeset 26:05f02c19bd81

debug output removed
author korDen
date Tue, 13 Apr 2010 14:19:47 +0400
parents 3f834bed4f13
children 0613413fa94c
files dmd/AsmStatement.d
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/AsmStatement.d	Tue Apr 13 00:38:04 2010 +0400
+++ b/dmd/AsmStatement.d	Tue Apr 13 14:19:47 2010 +0400
@@ -58,8 +58,6 @@
     Statement semantic(Scope sc)
 	{
 		//printf("AsmStatement.semantic()\n");
-		
-		std.stdio.writeln("semantic");
 
 		if (global.params.safe && !sc.module_.safe)
 		{