diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js index 520826061a..5186dd1165 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/os.js @@ -446,7 +446,6 @@ define(function(require) { if (!$.isArray(nics)){ nics = [nics]; } - $.each(nics, function(i, nic){ var distinct = function(value, index, self){ return self.indexOf(value)===index; };