From c78d33f185fa765b7b55704b8fb36c786b96b716 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Mon, 24 Feb 2020 17:23:34 +0100 Subject: [PATCH] M #~: Sanitize the code (#4202) --- .../public/app/tabs/templates-tab/form-panels/instantiate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js index 820b978a69..674ba4a7c8 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js @@ -291,7 +291,6 @@ define(function(require) { nics.push(this); } }); - debugger tmp_json.NIC = nics; tmp_json.NIC_ALIAS = alias;