Skip to content

Commit e7be821

Browse files
committed
fix analytics
1 parent b663e02 commit e7be821

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/analytics.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ var analyticsEvents = [];
1515

1616
exports.events = analyticsEvents;
1717

18-
exports.addEvent = function addEvent(_name, _data, _type) {
19-
analyticsEvents.push({});
20-
};
18+
exports.addEvent = function addEvent(_name, _data, _type) {};
2119

2220
exports.send = function send(_args, _callback) {
2321
_callback(null, null);

0 commit comments

Comments
 (0)