We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f941298 commit 224af9eCopy full SHA for 224af9e
1 file changed
src/io/flutter/FlutterUtils.java
@@ -94,9 +94,6 @@ private FlutterUtils() {
94
}
95
96
public static boolean isDartFile(@NotNull VirtualFile file) {
97
- // TODO: remove this later
98
- System.out.println("Testing the bot");
99
-
100
return Objects.equals(file.getFileType(), DartFileType.INSTANCE);
101
102
0 commit comments