diff --git a/example/HelloFS/HelloFS.cs b/example/HelloFS/HelloFS.cs index 7f77f99..db68570 100644 --- a/example/HelloFS/HelloFS.cs +++ b/example/HelloFS/HelloFS.cs @@ -52,7 +52,6 @@ namespace Mono.Fuse.NETStandard.Samples { public HelloFs () { - Trace.Listeners.Add(new TextWriterTraceListener(Console.Out)); Trace.WriteLine ("(HelloFS creating)"); hello_attrs ["foo"] = Encoding.UTF8.GetBytes ("bar"); }