diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-10 22:13:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-10 22:13:27 +0800 |
commit | a46bcc8084af31a5cb86b0b5305298e94250c5f9 (patch) | |
tree | 5e5c4f1b75b0c4add1f7f39dc7a0233c7915ac61 /shell/e-storage-set-view.c | |
parent | acaea79e7129ea2b3eb289a9ea3b2644ac970fba (diff) | |
download | gsoc2013-evolution-a46bcc8084af31a5cb86b0b5305298e94250c5f9.tar.gz gsoc2013-evolution-a46bcc8084af31a5cb86b0b5305298e94250c5f9.tar.zst gsoc2013-evolution-a46bcc8084af31a5cb86b0b5305298e94250c5f9.zip |
Ooops, remove debugging message.
* e-storage-set-view.c (handle_evolution_path_drag_motion): Ooops,
remove debugging message.
svn path=/trunk/; revision=13551
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 230f65b598..15f9206915 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1028,8 +1028,6 @@ handle_evolution_path_drag_motion (EStorageSetView *storage_set_view, destination_path = g_strconcat (destination_path_base, "/", g_basename (source_path), NULL); - g_print ("source %s destination %s\n", source_path, destination_path); - if (strncmp (destination_path, source_path, source_path_len) == 0) { g_free (destination_path); return FALSE; |