summaryrefslogtreecommitdiff
path: root/core/io
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-01-20 00:29:34 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-01-20 00:29:34 -0300
commitc9580965ea6577071fa84c9f064aa22ffa7ca920 (patch)
tree37051522dc40fdbd024b735a5658d478dda33a99 /core/io
parent891e31b139b269fb154d30b8c7d7887267708d8b (diff)
-Remote deploy now uses FS over USB on Android, super fast!
Diffstat (limited to 'core/io')
-rw-r--r--core/io/file_access_network.cpp4
1 files changed, 2 insertions, 2 deletions
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)