Remove unused error code

This commit is contained in:
Girish Ramakrishnan
2019-09-01 17:39:07 -07:00
parent c0a1db6941
commit d2f38c1abc
2 changed files with 1 additions and 1 deletions

View File

@@ -154,7 +154,6 @@ AppsError.BAD_STATE = 'Bad State';
AppsError.PORT_RESERVED = 'Port Reserved';
AppsError.PORT_CONFLICT = 'Port Conflict';
AppsError.PLAN_LIMIT = 'Plan Limit';
AppsError.ACCESS_DENIED = 'Access denied';
AppsError.BAD_CERTIFICATE = 'Invalid certificate';
const NOOP_CALLBACK = function (error) { if (error) debug(error); };