Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarrsm committed Sep 29, 2023
1 parent e9ed48b commit 0b2c64b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public TaskLogic(Scheduler scheduler, Caching caching, boolean showData) {
}

public void runTaskNow(String taskId, String taskName, Instant scheduleTime) {
System.out.println(scheduleTime);
Optional<ScheduledExecution<Object>> scheduledExecutionOpt =
scheduler.getScheduledExecution(TaskInstanceId.of(taskName, taskId));

Expand Down

0 comments on commit 0b2c64b

Please sign in to comment.