Remove local changes made to catalog.ts

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-08-18 14:46:48 -07:00
parent b1d9838e86
commit ba25f092da
-2
View File
@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { AwsS3ReadTreeProcessor } from '/Users/seantan/backstage/plugins/catalog-backend/src/ingestion/processors/AwsS3ReadTreeProcessor';
import {
CatalogBuilder,
createRouter,
@@ -25,7 +24,6 @@ export default async function createPlugin(
env: PluginEnvironment,
): Promise<Router> {
const builder = await CatalogBuilder.create(env);
builder.addProcessor(new AwsS3ReadTreeProcessor(env.reader));
const {
entitiesCatalog,
locationAnalyzer,