Removed debug output from build.fsx
authorvaron <varon@users.noreply.github.com>
Mon, 18 Jul 2016 09:38:02 +0000 (11:38 +0200)
committervaron <varon@users.noreply.github.com>
Sat, 13 Aug 2016 22:18:15 +0000 (00:18 +0200)
build.fsx

index 24b563d..7b58553 100644 (file)
--- 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 =