---
title: "3-4 messages back and forth with o1-preview, and I have a CLI tool to remove debug statements..."
date: 2024-09-20
canonical: https://solmaz.io/x/1837252596106481714/
x_url: https://x.com/onusoz/status/1837252596106481714
license: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
---

3-4 messages back and forth with o1-preview, and I have a CLI tool to remove debug statements from my code.

No need to do a search for import ipdb... and manually delete the lines. Instead just run in your project:
$ rmdbg .

Written in Rust so it's fast
https://github.com/osolmaz/rmdbg
