This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 6b4c58cc95146d327e32f699233cd98a0d866ba9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Jun 12 09:59:09 2024 +0100

    printf--
---
 src/backends/default/mv.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backends/default/mv.c b/src/backends/default/mv.c
index 6ce39b0..be38ea8 100644
--- a/src/backends/default/mv.c
+++ b/src/backends/default/mv.c
@@ -196,8 +196,7 @@ main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
         else src_meta = meta_path_user_find(fs->src, "thumb.efm");
         if (dst_can_write) dst_meta = meta_path_find(dstfile, "thumb.efm");
         else dst_meta = meta_path_user_find(dstfile, "thumb.efm");
-        fprintf(stderr, "MV: %i[%s] -> %i[%s]\n", src_can_write, src_meta,
-                dst_can_write, dst_meta);
+
         if ((src_meta) && (dst_meta) && (meta_path_prepare(dstfile)))
           {
             status_count(1, src_meta);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to