Skip to content

Commit 6a9f9bf

Browse files
committed
remove consolelog
1 parent bbfccc1 commit 6a9f9bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/dummy/app/initializers/init-shared.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
name: 'init-shared',
55
after: 'simple-auth',
66
initialize: function(container) {
7-
console.log('FFFFFF');
87
var sharedStore = Ember.Object.create({});
98
container.optionsForType('globals', {instantiate: false, singleton: true});
109
container.register('globals:shared', sharedStore);

0 commit comments

Comments
 (0)