From 3dcebdf4aee955525196501f2a4f9b2bd6c5153a Mon Sep 17 00:00:00 2001 From: Michael Wittwer Date: Thu, 10 Jan 2019 12:55:28 +0100 Subject: [PATCH] chore(model-decorator): clean up some comment --- src/decorator/impl/model/model.decorator.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/decorator/impl/model/model.decorator.ts b/src/decorator/impl/model/model.decorator.ts index 41dc26834..e59197d3f 100644 --- a/src/decorator/impl/model/model.decorator.ts +++ b/src/decorator/impl/model/model.decorator.ts @@ -10,9 +10,6 @@ import { ModelData } from './model-data.model' export function Model(opts: ModelData = {}): ClassDecorator { // tslint:disable-next-line:ban-types return (constructor: Function) => { - // logger.debug('defining metadata for thing') - // Make sure everything is valid - // const classType = getMetadataType(constructor) const type = constructor as any // get all the properties with @Property() annotation (or @PartitionKey(),...)