diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ActionServiceImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ActionServiceImpl.java index 6c55cf3725..0f5b430844 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ActionServiceImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ActionServiceImpl.java @@ -286,7 +286,6 @@ public class ActionServiceImpl extends BaseService params = executeActionDTO.getParams(); if (params != null && !params.isEmpty()) { for (Param param : params) { - log.debug("param key {}, value {}", param.getKey(), param.getValue()); if (param.getKey() == null || param.getKey().isEmpty()) { continue; } @@ -366,7 +365,6 @@ public class ActionServiceImpl extends BaseService