Skip to content

Commit

Permalink
⚰️ Removed: Useless comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
FindMalek committed Feb 17, 2024
1 parent 4ee8dcb commit 9571ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/photoshop_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def update_text_in_artboard(self, artboard, layer_path):
show_warning_message("Target text layer not found in artboard.")

def update_weekdate_layers(self, document, layer_paths):
# FIXME: Add warning message if layer not found.
for layer_path in layer_paths:
target_layer = self.find_layer_recursive(document, layer_path.split('/'))

Expand Down

0 comments on commit 9571ba5

Please sign in to comment.