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 4747 "core-object" : " ^3.1.0" ,
4848 "css-loader" : " ^0.28.1" ,
4949 "cssnano" : " ^3.10.0" ,
50- "debug" : " ^2.1.3" ,
5150 "denodeify" : " ^1.2.1" ,
5251 "diff" : " ^3.1.0" ,
5352 "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);
3232var SilentError = require ( 'silent-error' ) ;
3333var CoreObject = require ( 'core-object' ) ;
3434var EOL = require ( 'os' ) . EOL ;
35- var debug = require ( 'debug' ) ( 'ember-cli:blueprint' ) ;
3635var normalizeEntityName = require ( 'ember-cli-normalize-entity-name' ) ;
3736
3837function existsSync ( path ) {
@@ -524,14 +523,12 @@ Blueprint.prototype.install = function(options) {
524523 this . _checkForPod ( options . verbose ) ;
525524 this . _checkInRepoAddonExists ( options . inRepoAddon ) ;
526525
527- debug ( 'START: processing blueprint: `%s`' , this . name ) ;
528526 var start = new Date ( ) ;
529527 return this . _process (
530528 options ,
531529 this . beforeInstall ,
532530 this . processFiles ,
533531 this . afterInstall ) . finally ( function ( ) {
534- debug ( 'END: processing blueprint: `%s` in (%dms)' , this . name , new Date ( ) - start ) ;
535532 } . bind ( this ) ) ;
536533} ;
537534
Original file line number Diff line number Diff line change 3636 "core-object" : " ^3.1.0" ,
3737 "css-loader" : " ^0.28.1" ,
3838 "cssnano" : " ^3.10.0" ,
39- "debug" : " ^2.1.3" ,
4039 "denodeify" : " ^1.2.1" ,
4140 "diff" : " ^3.1.0" ,
4241 "ember-cli-normalize-entity-name" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments