Skip to content

Commit

Permalink
fix: remove printf from assay file reader
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Mar 24, 2021
1 parent 0c9b3e9 commit 1c7ed14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ISADotNet.XLSX/AssayFile/AnnotationTable.fs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ module AnnotationTable =
let samples =
referenceProcesses
|> Seq.collect (fun p ->
printfn "%O" p.Name
let inputs =
p.Inputs
|> Option.defaultValue []
Expand Down

0 comments on commit 1c7ed14

Please sign in to comment.