remove unwanted need comment

This commit is contained in:
QiiLin 2020-03-11 15:38:44 -04:00 committed by GitHub
parent 39a40cfa2f
commit 6be53ecabe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1011,7 +1011,6 @@ Logic.registerPanel(P_CONTAINERS_EDIT, {
// This method is called when the object is registered.
initialize() {
// add logic to move between different panel
Logic.addEnterHandler(document.querySelector("#exit-edit-mode-link"), () => {
Logic.showPanel(P_CONTAINERS_LIST);
});