Skip to content

Commit

Permalink
fix: TICKET-69 remove winston log overkill (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista authored Mar 14, 2019
1 parent 7aef66f commit f7e1ddd
Show file tree
Hide file tree
Showing 7 changed files with 2,003 additions and 2,177 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var CZ_CONFIG_NAME = '.cz-config.js';
var CZ_CONFIG_EXAMPLE_LOCATION = './cz-config-EXAMPLE.js';
var findConfig = require('find-config');
var log = require('winston');
var log = require('./logger');
var editor = require('editor');
var temp = require('temp').track();
var fs = require('fs');
Expand Down
3 changes: 3 additions & 0 deletions logger.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = console;
Loading

0 comments on commit f7e1ddd

Please sign in to comment.