Skip to content

Commit

Permalink
remove log idehomenotfound
Browse files Browse the repository at this point in the history
  • Loading branch information
mvomiero committed Jun 20, 2024
1 parent 603deda commit 4b6238d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ public AbstractIdeContext(IdeLogLevel minLogLevel, Function<IdeLogLevel, IdeSubL
// detection completed, initializing variables
setCwd(userDir, workspace, currentDir);
Path ideRootPath = null;
if (currentDir == null) {
info(getMessageIdeHomeNotFound());
} else {
if (currentDir != null) {
debug(getMessageIdeHomeFound());
ideRootPath = this.ideHome.getParent();
}
Expand Down

0 comments on commit 4b6238d

Please sign in to comment.