Skip to content

Commit 166544d

Browse files
committed
Remove comment
1 parent fc1c208 commit 166544d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/js/src/manager/screen/_TextAndGraphicUpdateOperation.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ class _TextAndGraphicUpdateOperation extends _Task {
8181
this._fullShow = new Show();
8282
if (this._updatedState.getTextAlignment() !== null && this._updatedState.getTextAlignment() !== undefined) {
8383
this._fullShow = this._fullShow.setAlignment(this._updatedState.getTextAlignment());
84-
}/* else {
85-
this._fullShow = this._fullShow.setAlignment(this._currentScreenData.getTextAlignment());
86-
}*/
84+
}
8785
this._fullShow = this._assembleShowText(this._fullShow);
8886
this._fullShow = this._assembleShowImages(this._fullShow);
8987
this._fullShow = this._assembleLayout(this._fullShow);

0 commit comments

Comments
 (0)