Skip to content

Commit 3fecdae

Browse files
committed
Removed unecessary comment
* just triggering the pipeline again
1 parent 63783b0 commit 3fecdae

File tree

1 file changed

+0
-2
lines changed
  • application/src/main/java/org/togetherjava/tjbot/commands

1 file changed

+0
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/Features.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ public static Collection<Feature> createFeatures(JDA jda, Database database, Con
143143
features.add(new ReportCommand(config));
144144
features.add(new BookmarksCommand(bookmarksSystem));
145145

146-
// Mixtures
147-
148146
return features;
149147
}
150148
}

0 commit comments

Comments
 (0)