From 60ee77804ceaddcae0dfc2b9bbaf54e7dee9783e Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 30 Oct 2018 22:04:48 +0100 Subject: [PATCH] [DEBUG] remove unneeded logs --- etk/io/File.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/etk/io/File.cpp b/etk/io/File.cpp index 499954e..f404fa0 100644 --- a/etk/io/File.cpp +++ b/etk/io/File.cpp @@ -70,6 +70,7 @@ bool etk::io::File::close() { } uint64_t etk::io::File::size() { + TK_WARNING(" file size= " << m_path.getNative()); return etk::path::fileSize(m_path); }