Skip to content

Commit

Permalink
[PEx] Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Jul 19, 2024
1 parent 8557942 commit 1167ab0
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,6 @@ public static void logNewTasks(List<SearchTask> tasks) {
}
}

/**
* Log when serializing a schedule
*
* @param schedule Schedule to serialize
* @param szBytes Bytes written
*/
public static void logSerializeSchedule(Schedule schedule, String fileName, long szBytes) {
if (verbosity > 1) {
}
}

/**
* Log when serializing a task
*
Expand Down

0 comments on commit 1167ab0

Please sign in to comment.