[DEBUG] remove unneeded logs
This commit is contained in:
parent
408a3745bd
commit
60ee77804c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user