From: varon Date: Mon, 18 Jul 2016 09:38:02 +0000 (+0200) Subject: Removed debug output from build.fsx X-Git-Tag: 2.0-0~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d14ad1c296b4e5aa0d49969bb1c87bbf1e624d0;p=platform%2Fcore%2Fcsapi%2Fopentk.git Removed debug output from build.fsx --- 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 =