'use strict';

module.exports = function shouldIgnoreConsoleWarn(format) {
  return false;
};