Skip to content

Commit

Permalink
Delete old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Sep 3, 2024
1 parent c4ba9ae commit c6fffc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devtools/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def __init__(self, debug=False):
self.read_to_chromium, self.write_to_chromium = list(os.pipe())
self.debug = debug

# TODO: accept already formed object
def write_json(self, obj, debug=None):
if not debug: debug = self.debug
if debug:
Expand Down

0 comments on commit c6fffc6

Please sign in to comment.