Skip to content

Commit 6adb507

Browse files
committed
ui: Remove unused function
1 parent 79addf7 commit 6adb507

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/views/MainPanel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ var yes_no_bool = function (x) {
2424
return "No";
2525
}
2626

27-
const sleep = (duration) => {
28-
return new Promise(resolve => setTimeout(resolve, duration));
29-
}
30-
3127
module.exports = kind({
3228
name: 'MainPanel',
3329
kind: Panel,

0 commit comments

Comments
 (0)