diff --git a/clim/frames.lisp b/clim/frames.lisp
index 0daee9aae93ff3bf9de222a24bba95231bdcb806..1b087f76f7f1a3d68dd95e2cba89f813e128b780 100644
--- a/clim/frames.lisp
+++ b/clim/frames.lisp
@@ -969,7 +969,6 @@
                   (terpri *standard-input*))
                 ;; Need this check in case the user aborted out of a command menu
                 (unless (member command '(nil :timeout))
-                  (log:info "executing command ~s" command)
                   (execute-frame-command frame command)))))))))
 
 (defmethod force-refresh-avv-streams (frame)