mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
|
|
#define DEPENDENCY_LOGGING 0
|
|
#define EXECUTION_LOGGING 0
|
|
|
|
#if BROWSER
|
|
#define CPLog console.log
|
|
#else
|
|
#define CPLog print
|
|
#endif |