Skip to content

Commit 224af9e

Browse files
authored
revert test violation
1 parent f941298 commit 224af9e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/io/flutter/FlutterUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ private FlutterUtils() {
9494
}
9595

9696
public static boolean isDartFile(@NotNull VirtualFile file) {
97-
// TODO: remove this later
98-
System.out.println("Testing the bot");
99-
10097
return Objects.equals(file.getFileType(), DartFileType.INSTANCE);
10198
}
10299

0 commit comments

Comments
 (0)