Skip to content

Commit

Permalink
Remove unnecessary translation to removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarne Fyrstenborg authored and nul800sebastiaan committed Jul 14, 2020
1 parent 6fc8126 commit 6da85dd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@

function init() {

localizationService.localize("contentTypeEditor_chooseChildNode").then(function(value){
childNodeSelectorOverlayTitle = value;
});

contentTypeResource.getAll().then(function(contentTypes){
vm.contentTypes = _.where(contentTypes, {isElement: false});

Expand Down

0 comments on commit 6da85dd

Please sign in to comment.