File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ smacssGenerator.prototype.scaffoldFolders = function scaffoldFolders() {
203
203
) ;
204
204
205
205
if ( this . appType === 'typeRestifyApp' ) {
206
- this . log ( 'Restify App --------' ) ;
207
206
this . mkdir ( this . appName + '/controllers' ) ;
208
207
this . mkdir ( this . appName + '/models' ) ;
209
208
this . mkdir ( this . appName + '/utils' ) ;
@@ -299,7 +298,6 @@ smacssGenerator.prototype.copyDependencyFiles = function copyDependencyFiles() {
299
298
} ;
300
299
301
300
smacssGenerator . prototype . copyProjectfiles = function copyProjectfiles ( ) {
302
- this . log ( 'copying copyProjectfiles ------------' ) ;
303
301
this . copy ( "common/_gitignore" , this . appName + "/.gitignore" ) ;
304
302
this . copy ( "common/_gitattributes" , this . appName + "/.gitattributes" ) ;
305
303
You can’t perform that action at this time.
0 commit comments