I'm seeing the following error in our logs. I //think// this is occuring when I run `arc land` (which usually queries Harbormaster for builds, except that we have Harbormaster uninstalled).
```
[23-Jul-2014 23:33:37 UTC] [2014-07-24 09:33:37] EXCEPTION: (ConduitException) Method 'ConduitAPI_harbormaster_querybuildables_Method' belongs to application 'Harbormaster', which is not installed. at [<phabricator>/src/application
s/conduit/call/ConduitCall.php:204]
[23-Jul-2014 23:33:37 UTC] #0 ConduitCall::buildMethodHandler(string) called at [<phabricator>/src/applications/conduit/call/ConduitCall.php:21]
[23-Jul-2014 23:33:37 UTC] #1 ConduitCall::__construct(string, array, boolean) called at [<phabricator>/src/applications/conduit/controller/PhabricatorConduitAPIController.php:36]
[23-Jul-2014 23:33:37 UTC] #2 PhabricatorConduitAPIController::processRequest() called at [<phabricator>/webroot/index.php:95]
```