fix: Remove a (misspelled) console.log
This commit is contained in:
parent
b453947fc5
commit
7b74106675
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "seminarfach",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user