Skip to content

Commit

Permalink
chore(model-decorator): clean up some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittwer committed Jan 10, 2019
1 parent e68a1e2 commit 3dcebdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/decorator/impl/model/model.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),...)
Expand Down

0 comments on commit 3dcebdf

Please sign in to comment.