diff --git a/entity/Communication_entity/entityfields/addr/onValueChange.js b/entity/Communication_entity/entityfields/addr/onValueChange.js
index 33c6de3393e742652e3720e90d620e129fdbe703..162a469de3311f5b17c1cff5994e510c1689ca4f 100644
--- a/entity/Communication_entity/entityfields/addr/onValueChange.js
+++ b/entity/Communication_entity/entityfields/addr/onValueChange.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("WsValidation_lib");
 import("system.neon");
 import("KeywordRegistry_basic");
diff --git a/process/Communication_lib/process.js b/process/Communication_lib/process.js
index 36f8346b75bb9b692f503d3946bde5b93d04b80d..fa127e6087e4e6d95e6798b91f58bc01116fc6ef 100644
--- a/process/Communication_lib/process.js
+++ b/process/Communication_lib/process.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.db");
 import("system.vars");
 import("system.datetime");
@@ -219,9 +218,7 @@ CommValidationUtil.makeValidationFn = function (commCategory)
             callbackFn = function (addrValue, ext){
                 var country = ext.countryCode;
                 
-                logging.log("Val: " + JSON.stringify([addrValue, false, country], null, "\t"))
                 if (!cti.isValidPhoneNumber(addrValue, false, country)) {
-                    logging.log("NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO");
                     return translate.text("no valid phone number");
                 }