Index: kernel/arch/amd64/src/interrupt.c
===================================================================
--- kernel/arch/amd64/src/interrupt.c	(revision 89e2aac331337c511818ea5fcfec2682e9fa2c71)
+++ kernel/arch/amd64/src/interrupt.c	(revision 9bf4488cfeb609943351765b36f09895d9b0c67d)
@@ -135,5 +135,4 @@
 			return;
 		}
-		as_print(TASK->as);
 		fault_if_from_uspace(istate, "General protection fault.");
 	}
