Skip to content

Commit

Permalink
Removing unnecessary comments / old code (lllyasviel#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassini-chris authored Feb 10, 2024
1 parent e4929a9 commit 2319560
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions javascript/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,8 @@ let cancelGenerateForever = function() {
let generateOnRepeatForButtons = function() {
generateOnRepeat('#generate_button', '#stop_button');
};

appendContextMenuOption('#generate_button', 'Generate forever', generateOnRepeatForButtons);
// appendContextMenuOption('#stop_button', 'Generate forever', generateOnRepeatForButtons);

// appendContextMenuOption('#stop_button', 'Cancel generate forever', cancelGenerateForever);
// appendContextMenuOption('#generate_button', 'Cancel generate forever', cancelGenerateForever);
})();
//End example Context Menu Items

Expand Down

0 comments on commit 2319560

Please sign in to comment.