From 8b5e8c8c8c1f38727c801cb9cd81ee224086b8d3 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Mon, 22 May 2017 11:36:45 +0200 Subject: [PATCH] Removed useless comment --- src/Errors.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Errors.ts b/src/Errors.ts index fbacced2..5b7c10b0 100644 --- a/src/Errors.ts +++ b/src/Errors.ts @@ -25,10 +25,5 @@ export const Errors = { None: null }; -/* -import { Errors } from '../Errors' -import { Errors, ManagerNotFound } from '../../Errors' -import { Errors } from '../../../Errors' -import { Errors } from '../../../../Errors' -*/ + export default Errors;