Skip to content

Commit

Permalink
remove container files init on project open
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Apr 27, 2024
1 parent ad5ce2c commit 65667ff
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 65667ff

Please sign in to comment.