From 0d9c6b74e2b888e393108cdb4dcb9d51a4b61d81 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 31 Aug 2004 19:18:28 +0000 Subject: [PATCH] kill a C.WL svn path=/trunk/gtk-sharp/; revision=33124 --- glib/Marshaller.cs | 1 - 1 file changed, 1 deletion(-) 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); }