Skip to content

Commit

Permalink
fixes #3068
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Mar 11, 2021
1 parent a4a1023 commit 32c9a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grunt/tasks/tracking-remove.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function(grunt) {
const Helpers = require('../helpers')(grunt);
grunt.registerTask('tracking-remove', 'Removes all tracking IDs', function() {
if (!Helpers.isPluginInstalled('adapt-contrib-spoor')) return;
const data = Helpers.getFramework().getData();
data.removeTrackingIds();
});
Expand Down

0 comments on commit 32c9a46

Please sign in to comment.