Skip to content

Commit

Permalink
Get rid of trace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Mar 19, 2021
1 parent 4016dd6 commit 84d6fe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ let rewriteBindsForTfm tfm =
let bindingsOutput = sprintf "src/OpenTK.Graphics/bin/Release/%s" tfm

let targetPath = (System.IO.Path.GetFullPath bindingsOutput </> bindingsFile)
Trace.log targetPath
let args = [ "-a"; targetPath ] |> asArgs
Trace.log args
DotNet.runWithDefaultOptions framework projFile args |> ignore

Target.create "RewriteBindings" (fun _ ->
Expand Down

0 comments on commit 84d6fe0

Please sign in to comment.