Remove LOG_PAGE_FAULTS from JS (is now in C)

This commit is contained in:
Fabian 2018-02-01 17:51:37 -05:00
parent cf687afe37
commit beff2eb78b

View file

@ -18,12 +18,6 @@ var LOG_TO_FILE = false;
*/
var LOG_ALL_IO = false;
/**
* @const
* Enables logging of page faults, quite verbose
*/
var LOG_PAGE_FAULTS = false;
/**
* @const
*/