Index: /trunk/source/level-1/l1-error-signal.lisp
===================================================================
--- /trunk/source/level-1/l1-error-signal.lisp	(revision 14754)
+++ /trunk/source/level-1/l1-error-signal.lisp	(revision 14755)
@@ -120,9 +120,4 @@
   "Invoke the signal facility on a condition formed from DATUM and ARGUMENTS.
   If the condition is not handled, the debugger is invoked."
-  #|
-  #+ppc-target
-  (with-pstrs ((pstr (if (stringp condition) condition "Error")))
-    (#_DebugStr pstr))
-  |#
   (%error condition args (%get-frame-ptr)))
 
