From 4d14ad1c296b4e5aa0d49969bb1c87bbf1e624d0 Mon Sep 17 00:00:00 2001 From: varon Date: Mon, 18 Jul 2016 11:38:02 +0200 Subject: [PATCH] Removed debug output from build.fsx --- build.fsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.fsx b/build.fsx index 24b563d..7b58553 100644 --- a/build.fsx +++ b/build.fsx @@ -91,10 +91,6 @@ let activeProjects = -- "**/OpenTK.GLWidget.csproj" |> xamarinFilter -do - activeProjects - |> Seq.iter (tracefn "item: %s") - // Generate assembly info files with the right version & up-to-date information Target "AssemblyInfo" (fun _ -> let getAssemblyInfoAttributes projectName = -- 2.7.4