Skip to content

Commit 65667ff

Browse files
committed
remove container files init on project open
1 parent ad5ce2c commit 65667ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/Symfony2ProjectComponent.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ private static void checkProject(@NotNull Project project) {
9494
) {
9595

9696
IdeHelper.notifyEnableMessage(project);
97-
return;
98-
}
99-
100-
if(getContainerFiles(project).isEmpty()) {
101-
Symfony2ProjectComponent.getLogger().warn("missing at least one container file");
10297
}
10398
}
10499

0 commit comments

Comments
 (0)