diff --git a/glib/Marshaller.cs b/glib/Marshaller.cs index bdeae3e2e..3ef1a1a60 100644 --- a/glib/Marshaller.cs +++ b/glib/Marshaller.cs @@ -170,7 +170,6 @@ namespace GLib { public static DateTime time_tToDateTime (IntPtr time_t) { - Console.WriteLine ("in time_tToDateTime from"); return local_epoch.AddSeconds ((int)time_t + utc_offset); }