Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
util: remove the line requiring events
Browse files Browse the repository at this point in the history
  • Loading branch information
E. Azer Koçulu authored and bnoordhuis committed Nov 17, 2011
1 parent b0030af commit 1cb6fe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/util.js
Expand Up @@ -19,9 +19,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var events = require('events');


var formatRegExp = /%[sdj%]/g;
exports.format = function(f) {
if (typeof f !== 'string') {
Expand Down

0 comments on commit 1cb6fe4

Please sign in to comment.