Skip to content

Commit 89662be

Browse files
authored
do not expose it
1 parent 6063bc9 commit 89662be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Origins/GitLab.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class GitLab extends React.Component {
4343
}
4444

4545
async componentDidMount() {
46-
window.coisa = this.fetch
4746
const resp = await this.fetch(`https://gitlab.com/api/v3/projects`);
4847
const projects = await resp.json();
4948

@@ -158,4 +157,4 @@ class GitLab extends React.Component {
158157
}
159158
}
160159

161-
export default GitLab
160+
export default GitLab

0 commit comments

Comments
 (0)