cloud-platform-insights / autologger

📠 friction log bot
Apache License 2.0
0 stars 0 forks source link

What's the purpose of "write_clips_to_json"? #19

Open davidstanke opened 15 hours ago

davidstanke commented 15 hours ago

There's a method: write_clips_to_json which creates a file called clips.json. As far as I can tell, this file is written but never read(?).

I'm pretty confident that we should add clips.json to .gitignore. I'm not sure whether we should keep the method that writes it. It's kind of a useful debugging tool... maybe we should write it into the (already .gitignored) out folder?

@rogerthatdev WDYT?