Index: kernel/arch/amd64/src/interrupt.c
===================================================================
--- kernel/arch/amd64/src/interrupt.c	(revision 1c88835bf782f9f912f952e76e7b8e27382af4f9)
+++ 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.");
 	}
