diff --git a/types/easy-xapi-utils/easy-xapi-utils-tests.ts b/types/easy-xapi-utils/easy-xapi-utils-tests.ts
index 2ad20c915a..d04d6e982a 100644
--- a/types/easy-xapi-utils/easy-xapi-utils-tests.ts
+++ b/types/easy-xapi-utils/easy-xapi-utils-tests.ts
@@ -2,9 +2,6 @@
* Created by karl on 14/07/15.
*/
-
-///
-
import express = require('express');
import eXapi = require('easy-xapi');
import eUtils = require('easy-xapi-utils');
diff --git a/types/easy-xapi-utils/index.d.ts b/types/easy-xapi-utils/index.d.ts
index c845b17a58..83f5615e61 100644
--- a/types/easy-xapi-utils/index.d.ts
+++ b/types/easy-xapi-utils/index.d.ts
@@ -4,10 +4,6 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
-///
-///
-
-
import express = require('express');
export declare function isLoggedIn(role?: string): express.RequestHandler;