Skip to content

Commit

Permalink
removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodus-Melodus committed Jun 16, 2024
1 parent 448f274 commit 45921eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phIDE.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ def editor_press(self, e=None) -> None:
if hasattr(self, "intelliSenseBox") and self.intelli_sense_boxes[self.center_tabview.get()].winfo_ismapped():
self.intelli_sense_trigger()

current_code = editor.get("0.0", "end")
self.get_warnings(editor, current_code)

def mouse_click_update(self, e=None) -> None:
Expand Down

0 comments on commit 45921eb

Please sign in to comment.