mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: remove console log
This commit is contained in:
parent
be5084401f
commit
0081a21ec1
@ -215,7 +215,6 @@ export default class FeatureToggleStore implements IFeatureToggleStore {
|
|||||||
project: string,
|
project: string,
|
||||||
data: FeatureToggleDTO,
|
data: FeatureToggleDTO,
|
||||||
): Promise<FeatureToggle> {
|
): Promise<FeatureToggle> {
|
||||||
console.log(data);
|
|
||||||
const row = await this.db(TABLE)
|
const row = await this.db(TABLE)
|
||||||
.where({ name: data.name })
|
.where({ name: data.name })
|
||||||
.update(this.dtoToRow(project, data))
|
.update(this.dtoToRow(project, data))
|
||||||
|
Loading…
Reference in New Issue
Block a user