Remove double initialization of comments on steps [SCI-2756]

This commit is contained in:
Oleksii Kriuchykhin 2018-10-26 09:29:42 +02:00
parent 9fd99d9fc5
commit 6e6bb73d2f

View file

@ -17,7 +17,6 @@ function init() {
initRefreshStatusBar();
initImport();
Comments.bindNewElement();
Comments.initialize();
setupAssetsLoading();
}