Skip to content

Commit d76e5bf

Browse files
committed
removed unnecessary logging
1 parent 13c3abd commit d76e5bf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/swagger.js

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swagger.coffee

-3
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ class SwaggerResource
146146

147147
@path = if @api.resourcePath? then @api.resourcePath else resourceObj.path
148148

149-
console.log "we produce " + resourceObj.produces
150-
151-
console.log 'using path ' + @path
152149
@description = resourceObj.description
153150

154151
# Extract name from path

0 commit comments

Comments
 (0)