Skip to content

Commit 094d401

Browse files
committed
remove test code
1 parent 9ae0f5b commit 094d401

File tree

1 file changed

+0
-6
lines changed
  • examples/django-auth-with-react/frontend/src

1 file changed

+0
-6
lines changed

examples/django-auth-with-react/frontend/src/App.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import './App.css';
44
import { setToken } from './actions';
55

66
class App extends Component {
7-
componentDidMount() {
8-
this.inc = setInterval(this.update,500)
9-
console.log("in");
10-
setToken()
11-
}
12-
137
render() {
148
return (
159
<div className="App">

0 commit comments

Comments
 (0)