Skip to content

Commit e125954

Browse files
committed
Cleaning up start
1 parent 8115f65 commit e125954

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

lib/ionic/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function run(ionic, argv) {
102102
})
103103
.then(function() {
104104
if (options.v2 && startingApp) {
105-
log.info('\nNew to Ionic? Get started here: http://ionicframework.com/getting-started\n');
105+
//log.info('\nNew to Ionic? Get started here: http://ionicframework.com/getting-started\n');
106106
}
107107
})
108108
.catch(function(error) {

spec/tasks/start.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ describe('start command', function() {
189189

190190
start.run({}, argv).then(function() {
191191
expect(appLibUtils.preprocessCliOptions.calls[0].args[0].v2).toEqual(true);
192-
expect(log.info).toHaveBeenCalledWith(
193-
'\nNew to Ionic? Get started here: http://ionicframework.com/getting-started\n'
194-
);
195192
done();
196193
});
197194
});

0 commit comments

Comments
 (0)