summaryrefslogtreecommitdiff
path: root/utils/log.h
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-10-25 22:02:07 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:56 +0200
commitea8d49cc5da9f13baff2f44d8cf0ddde774e77bb (patch)
treeab6b2e90b114398347314e1a11e49b97c1c5c294 /utils/log.h
parent48cd586df1f31eb425e0b0ebadb350580cbc124b (diff)
downloadnetsurf-ea8d49cc5da9f13baff2f44d8cf0ddde774e77bb.tar.gz
netsurf-ea8d49cc5da9f13baff2f44d8cf0ddde774e77bb.tar.bz2
Cleanup
Diffstat (limited to 'utils/log.h')
-rw-r--r--utils/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/log.h b/utils/log.h
index 12ba3269e..23193e4ce 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -118,5 +118,4 @@ extern void nslog_log(const char *file, const char *func, int ln, const char *fo
#endif /* WITH_NSLOG */
-#define LOG(format, args...) NSLOG(netsurf, INFO, format , ##args)
#endif