fix: Remove a (misspelled) console.log
This commit is contained in:
parent
b453947fc5
commit
7b74106675
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "seminarfach",
|
"name": "seminarfach",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -55,7 +55,6 @@ export default class Application extends React.Component<IProps> {
|
|||||||
|
|
||||||
checkAuthStatus = (token: string): Promise<IUser> => {
|
checkAuthStatus = (token: string): Promise<IUser> => {
|
||||||
// Track the end of a review
|
// Track the end of a review
|
||||||
console.log("Sending trcaker request");
|
|
||||||
fetch(`${BACKEND_URL}/api/tracker`, {
|
fetch(`${BACKEND_URL}/api/tracker`, {
|
||||||
headers: new Headers({
|
headers: new Headers({
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
Reference in New Issue
Block a user