chore: remove comment from error handling block

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 09:41:12 -08:00
parent d57bc3ff01
commit a54a5ee80d

View file

@ -479,7 +479,6 @@ class InputOutput:
return ""
except Exception as err:
import traceback
# remove this comment ai!
self.tool_error(str(err))
self.tool_error(traceback.format_exc())
return ""