fix(bitbucket): fix rebasing mistakes in bitbucket backend and deps (#1522)
This commit is contained in:
@ -147,8 +147,6 @@ export default class GitGatewayAuthenticationPage extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
console.log('returning');
|
||||
|
||||
return (
|
||||
<AuthenticationPage renderPageContent={() => (
|
||||
<AuthForm onSubmit={this.handleLogin}>
|
||||
|
@ -113,7 +113,6 @@ export default class GitGateway {
|
||||
requestFunction: this.requestFunction,
|
||||
hasWriteAccess: async () => true,
|
||||
});
|
||||
console.log(this.api);
|
||||
this.backend = new BitBucketBackend(this.config, { proxied: true, API: this.api });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user