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,
|
||||
data: FeatureToggleDTO,
|
||||
): Promise<FeatureToggle> {
|
||||
console.log(data);
|
||||
const row = await this.db(TABLE)
|
||||
.where({ name: data.name })
|
||||
.update(this.dtoToRow(project, data))
|
||||
|
Loading…
Reference in New Issue
Block a user