Skip to content

Commit dff593a

Browse files
committed
removed logs
1 parent 5156262 commit dff593a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ smacssGenerator.prototype.scaffoldFolders = function scaffoldFolders() {
203203
);
204204

205205
if (this.appType === 'typeRestifyApp') {
206-
this.log( 'Restify App --------' );
207206
this.mkdir(this.appName + '/controllers');
208207
this.mkdir(this.appName + '/models');
209208
this.mkdir(this.appName + '/utils');
@@ -299,7 +298,6 @@ smacssGenerator.prototype.copyDependencyFiles = function copyDependencyFiles() {
299298
};
300299

301300
smacssGenerator.prototype.copyProjectfiles = function copyProjectfiles() {
302-
this.log( 'copying copyProjectfiles ------------' );
303301
this.copy("common/_gitignore", this.appName + "/.gitignore");
304302
this.copy("common/_gitattributes", this.appName + "/.gitattributes");
305303

0 commit comments

Comments
 (0)