From c9580965ea6577071fa84c9f064aa22ffa7ca920 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 20 Jan 2016 00:29:34 -0300 Subject: -Remote deploy now uses FS over USB on Android, super fast! --- core/io/file_access_network.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/io') diff --git a/core/io/file_access_network.cpp b/core/io/file_access_network.cpp index 10667a4187..e63b57533f 100644 --- a/core/io/file_access_network.cpp +++ b/core/io/file_access_network.cpp @@ -34,9 +34,9 @@ -#define DEBUG_PRINT(m_p) print_line(m_p) +//#define DEBUG_PRINT(m_p) print_line(m_p) //#define DEBUG_TIME(m_what) printf("MS: %s - %lli\n",m_what,OS::get_singleton()->get_ticks_usec()); -//#define DEBUG_PRINT(m_p) +#define DEBUG_PRINT(m_p) #define DEBUG_TIME(m_what) -- cgit v1.2.3