Skip to content

Commit 86100fe

Browse files
aq-ikhwa-techludomikula
authored andcommitted
Remove unnecessary logs
1 parent 2dea08b commit 86100fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/application/service/ApplicationService.java

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ public Mono<Boolean> updateById(String applicationId, Application application) {
6666
return Mono.error(new BizException(BizError.INVALID_PARAMETER, "INVALID_PARAMETER", FieldName.ID));
6767
}
6868

69-
log.info("inside mongoUpsertHelper ");
70-
71-
log.info("application: " + application);
72-
7369
return mongoUpsertHelper.updateById(application, applicationId);
7470
}
7571

0 commit comments

Comments
 (0)