diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index f90f29ea59..94c7523756 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -756,8 +756,6 @@ async_xfer_folder_step (ELocalStorage *local_storage, priv = local_storage->priv; - g_print ("async_xfer_folder_step %s -> %s\n", source_path, destination_path); - source_folder = e_storage_get_folder (E_STORAGE (local_storage), source_path); g_assert (source_folder != NULL); |