Skip to content

Commit

Permalink
Merge pull request #2356 from Haehnchen/feature/container-project-open
Browse files Browse the repository at this point in the history
remove container files init on project open
  • Loading branch information
Haehnchen committed Apr 27, 2024
2 parents ad5ce2c + 65667ff commit 12ad1df
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ private static void checkProject(@NotNull Project project) {
) {

IdeHelper.notifyEnableMessage(project);
return;
}

if(getContainerFiles(project).isEmpty()) {
Symfony2ProjectComponent.getLogger().warn("missing at least one container file");
}
}

Expand Down

0 comments on commit 12ad1df

Please sign in to comment.