## Macro: COMMON-LISP:UNTRACE [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) [![clhs](https://img.shields.io/badge/CLHS-UNTRACE-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/m_tracec.htm) > Remove tracing from the specified functions. Untraces all > functions when called with no arguments. ### Lambda list ```cl (&rest sb-debug::specs) ```