Commented out `require()` statements still get executed. This is the case for multi-line comments: ``` --[[ ... ... require("randomfile") --]] ``` and also for single-line comments: ```-- require("randomfile")```