Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
a2br committed Dec 24, 2020
1 parent 0fae1a7 commit 12d22a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ import { Session } from "./Session";
import * as types from "./types";

export { Session, types, accounts };

(async () => {
const session = new Session("EDPERSONNEL", "0");
const account = await session.login();
console.log(account.type);
})();

0 comments on commit 12d22a9

Please sign in to comment.