Skip to content

Commit

Permalink
Disable script engine export logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 15, 2015
1 parent 16dba88 commit 7e2fb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrScriptEngine/ScriptEngineConfig.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#ifdef DEBUG
// XXX: move to config
#if defined(DEBUG) && 0
#define CONFIG_SCRIPT_ENGINE_LOG_EXPORTS
#endif

0 comments on commit 7e2fb52

Please sign in to comment.