Removed a debug printf.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 12 Jul 2007 08:01:11 +0000 (08:01 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 12 Jul 2007 08:01:11 +0000 (08:01 +0000)
pmo-trunk-r2720

ChangeLog
src/widgets/modest-window.c

index 48f7a59..acb6b92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1 @@
- please check the svn log instead
+* please check the svn log instead
index 94f82a0..eef669d 100644 (file)
@@ -164,8 +164,6 @@ modest_window_get_active_account (ModestWindow *self)
 void
 modest_window_set_active_account (ModestWindow *self, const gchar *active_account)
 {
-       printf ("DEBUG: %s: active_account=%s\n", __FUNCTION__, active_account);
-
        ModestWindowPrivate *priv;      
 
        priv = MODEST_WINDOW_GET_PRIVATE(self);