(define impc:compiler:print-no-scheme-stub-notification
(lambda (symname)
(if #f ;;(equal? *impc:compiler:message:level* 'high)
(begin
(print "There is no ")
(print-with-colors 'cyan 'default #t (print "scheme stub"))
(print " available for ")
(print-with-colors *impc:compiler:pretty-print-name-color* 'default #t (print symname "\n"))))))