Skip to content

Commit

Permalink
Merge pull request #612 from particle-iot/feature/ch82634/remove-depr…
Browse files Browse the repository at this point in the history
…ecated-mesh-commands

feature/ch82634/remove-deprecated-mesh-commands
  • Loading branch information
busticated committed Jul 8, 2021
2 parents 61e35cc + 677c54b commit d6032d5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 699 deletions.
2 changes: 0 additions & 2 deletions src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const variable = require('./variable');
const version = require('./version');
const webhook = require('./webhook');
const whoami = require('./whoami');
const mesh = require('./mesh');
const usb = require('./usb');

/**
Expand Down Expand Up @@ -66,7 +65,6 @@ module.exports = function registerAllCommands(context) {
version(context);
webhook(context);
whoami(context);
mesh(context);
usb(context);
alias(context);
};
106 changes: 0 additions & 106 deletions src/cli/mesh.js

This file was deleted.

Loading

0 comments on commit d6032d5

Please sign in to comment.