fix: Remove a (misspelled) console.log

This commit is contained in:
Alexander Polynomdivision 2018-10-10 13:51:24 +02:00
parent b453947fc5
commit 7b74106675
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "seminarfach",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -55,7 +55,6 @@ export default class Application extends React.Component<IProps> {
checkAuthStatus = (token: string): Promise<IUser> => {
// Track the end of a review
console.log("Sending trcaker request");
fetch(`${BACKEND_URL}/api/tracker`, {
headers: new Headers({
"Content-Type": "application/json",