diff options
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyBinding.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyBinding.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyBinding.cs b/CSharp/Ivy/IvyPPC/IvyBinding.cs index 4e48054..624b401 100644 --- a/CSharp/Ivy/IvyPPC/IvyBinding.cs +++ b/CSharp/Ivy/IvyPPC/IvyBinding.cs @@ -92,7 +92,7 @@ namespace IvyBus args_values[arg[0]] = arg[1];
else
{
- traceDebug("abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message);
+ Ivy.traceError("IvyBindingSimple" , "abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message);
}
}
@@ -113,10 +113,6 @@ namespace IvyBus }
return args;
}
- [Conditional("DEBUG")]
- private static void traceDebug(string s)
- {
- Trace.Assert(false,"-->IvyBindingSimple<-- " + s);
- }
+
}
}
|