Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
skykatik committed May 3, 2021
1 parent e36190a commit e3554d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/inside/LightweightHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void init(){
Log.err(t);
}
}
Log.info(config.eventEffects);

for(EffectData effect : config.effects){
tasks.add(Timer.schedule(effect::spawn, 0f, effect.periodMillis / 1000f));
Expand Down

0 comments on commit e3554d4

Please sign in to comment.