Removed some extraneous and probably buggy code related to label templates.

This commit is contained in:
Nicholas-Westby
2017-09-04 19:06:12 -07:00
parent 9bcd9d67ae
commit 810fa95c65
+1 -7
View File
@@ -331,16 +331,10 @@ angular.module('umbraco.services').factory('archetypeLabelService', function (ar
if(label) {
templateLabelValue = label;
}
else {
templateLabelValue = templateLabelValue;
}
}
}
else {
return templateLabelValue;
}
}
}
}
if(!templateLabelValue) {