python: disable swig debug print messages

The define was left enabled during development on netlink (and genl)
python swig api. It is a bit annoying in production release so disable
the define.

Signed-off-by: Arend van Spriel <aspriel@gmail.com>
This commit is contained in:
Arend van Spriel 2015-05-06 14:26:01 +02:00 committed by Thomas Haller
parent 4e115113c9
commit a4a75227df

View file

@ -9,7 +9,8 @@
#include <netlink/attr.h>
#include <net/if.h>
#define DEBUG
/* enable define below to get swig api debug messages */
/*#define DEBUG*/
#include "utils.h"
%}