Skip to content

Commit

Permalink
engine/Scheduler: removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Jan 10, 2019
1 parent a4dcab2 commit 11d70f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/engine/scheduler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ struct
let u = Elt.workflow u and v = Elt.singularity_image v in
T.adj_add gc.depends_on u v ;
T.adj_add gc.is_used_by v u ;
T.incr_count gc.counts v ;
(let n = T.find gc.counts v in printf "%s: %d -> %d\n%!" (Elt.id v) (n - 1) n)
T.incr_count gc.counts v

let rec register : type u v. t -> ?target:u W.t -> v W.t -> unit Lwt.t = fun gc ?target w ->
match w with
Expand Down

0 comments on commit 11d70f4

Please sign in to comment.