Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86100fe

Browse files
aq-ikhwa-techludomikula
authored andcommitted
Remove unnecessary logs
1 parent2dea08b commit86100fe

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ public Mono<Boolean> updateById(String applicationId, Application application) {
6666
returnMono.error(newBizException(BizError.INVALID_PARAMETER,"INVALID_PARAMETER",FieldName.ID));
6767
}
6868

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp