remov unused import

This commit is contained in:
Maren Süwer
2018-11-01 09:54:11 +01:00
parent 0348eadceb
commit 0345154633

View File

@@ -16,7 +16,7 @@ import DownloadViewer from "../components/content/DownloadViewer";
import FileSize from "../components/FileSize";
import injectSheet from "react-jss";
import classNames from "classnames";
import { ExtensionPoint, binder } from "@scm-manager/ui-extensions";
import { ExtensionPoint } from "@scm-manager/ui-extensions";
type Props = {
t: string => string,
@@ -68,7 +68,6 @@ class Content extends React.Component<Props, State> {
const { file } = this.props;
getContentType(file._links.self.href)
.then(result => {
console.log(result);
if (result.error) {
this.setState({
...this.state,