[gbrainy/jenkins] Remove consolte



commit ee6cdf48556b8de2e40f190e6d2f2c808c7b640b
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 23:01:21 2019 +0100

    Remove consolte

 tests/TestSupport/UnitTestSupport.cs | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/tests/TestSupport/UnitTestSupport.cs b/tests/TestSupport/UnitTestSupport.cs
index 64e981c..a0f7d24 100644
--- a/tests/TestSupport/UnitTestSupport.cs
+++ b/tests/TestSupport/UnitTestSupport.cs
@@ -32,17 +32,13 @@ namespace gbrainy.Test
                        new DefaultServices ().RegisterServices ();
 
                        string mono_path = Environment.GetEnvironmentVariable ("MONO_PATH");
-            Console.WriteLine("**** RegisterDefaultServices. Dir 1" + mono_path);
 
                        if (String.IsNullOrEmpty (mono_path))
                                mono_path = ".";
 
                        // Configuration
-            Console.WriteLine("**** RegisterDefaultServices. Dir 2" + mono_path);
             mono_path = Path.GetFullPath(mono_path);
-
-            Console.WriteLine("**** RegisterDefaultServices. Dir 3" + mono_path);
-                       ServiceLocator.Instance.GetService <IConfiguration> ().Set 
(ConfigurationKeys.AssembliesDir, mono_path);
+                       ServiceLocator.Instance.GetService <IConfiguration> ().Set 
(ConfigurationKeys.AssembliesDir, mono_path);
                }
        }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]