removed unnecessary import

This commit is contained in:
Manuel Friedli 2016-09-21 23:00:56 +02:00
parent 0f53010d4f
commit 9e77128b31
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import {Converter} from "./converter";
import log = require("core-js/core/log");
export class Base64Decoder implements Converter {
getDisplayname():string {