1
0

Removed excessive debug loggin in Floody fluid simulator.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@987 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-10-20 11:47:50 +00:00
parent d006ea5337
commit b08c1c7726

View File

@ -16,7 +16,7 @@
// Enable or disable detailed logging
#if 1
#if 0
#define FLOG LOGD
#else
#define FLOG(...)