Skip to content

Commit

Permalink
fix: remove leftover Timer
Browse files Browse the repository at this point in the history
  • Loading branch information
TaroEld committed Jan 25, 2023
1 parent 97c0977 commit 3ee3d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/mods/msu/mod_settings/array_setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ArraySetting.prototype.createPopup = function ()
{
this.popup.addPopupDialogButton('Add', 'l-add-keybind-button', function (_dialog)
{
var timerEntry = MSU.Timer("test");
self.createEntryRow([null, ""]);
});
}
Expand Down

0 comments on commit 3ee3d62

Please sign in to comment.