Removing unnecessary comments / old code (#1905)

This commit is contained in:
Dr. Christoph Mittendorf 2024-02-10 18:51:03 +01:00 committed by GitHub
parent e4929a9ed7
commit 231956065f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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