File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 46
46
"core-object" : " ^3.1.0" ,
47
47
"css-loader" : " ^0.28.1" ,
48
48
"cssnano" : " ^3.10.0" ,
49
- "debug" : " ^2.1.3" ,
50
49
"denodeify" : " ^1.2.1" ,
51
50
"diff" : " ^3.1.0" ,
52
51
"ember-cli-normalize-entity-name" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ var removeFile = RSVP.denodeify(fs.remove);
32
32
var SilentError = require ( 'silent-error' ) ;
33
33
var CoreObject = require ( 'core-object' ) ;
34
34
var EOL = require ( 'os' ) . EOL ;
35
- var debug = require ( 'debug' ) ( 'ember-cli:blueprint' ) ;
36
35
var normalizeEntityName = require ( 'ember-cli-normalize-entity-name' ) ;
37
36
38
37
function existsSync ( path ) {
@@ -524,14 +523,12 @@ Blueprint.prototype.install = function(options) {
524
523
this . _checkForPod ( options . verbose ) ;
525
524
this . _checkInRepoAddonExists ( options . inRepoAddon ) ;
526
525
527
- debug ( 'START: processing blueprint: `%s`' , this . name ) ;
528
526
var start = new Date ( ) ;
529
527
return this . _process (
530
528
options ,
531
529
this . beforeInstall ,
532
530
this . processFiles ,
533
531
this . afterInstall ) . finally ( function ( ) {
534
- debug ( 'END: processing blueprint: `%s` in (%dms)' , this . name , new Date ( ) - start ) ;
535
532
} . bind ( this ) ) ;
536
533
} ;
537
534
Original file line number Diff line number Diff line change 35
35
"core-object" : " ^3.1.0" ,
36
36
"css-loader" : " ^0.28.1" ,
37
37
"cssnano" : " ^3.10.0" ,
38
- "debug" : " ^2.1.3" ,
39
38
"denodeify" : " ^1.2.1" ,
40
39
"diff" : " ^3.1.0" ,
41
40
"ember-cli-normalize-entity-name" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments