diff --git a/entity/Appointment_entity/entityfields/categories/valueProcess.js b/entity/Appointment_entity/entityfields/categories/valueProcess.js
index 064e4914d6c19cdc8841cf1aeab99818618da376..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/entity/Appointment_entity/entityfields/categories/valueProcess.js
+++ b/entity/Appointment_entity/entityfields/categories/valueProcess.js
@@ -1,8 +0,0 @@
-import("system.logging");
-import("system.result");
-import("system.vars");
-import("system.calendars");
-
-var categs = JSON.parse(vars.getString("$param.entry"))[calendars.CATEGORIES];
-logging.log("categs -> "+ categs);
-result.string(categs);
\ No newline at end of file