Skip to content

Commit

Permalink
Removed unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelin2025 committed Oct 15, 2017
1 parent ad9f95e commit 1405dc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apicase-services",
"version": "0.2.1",
"version": "0.2.2",
"description": "Simplify create Apicase services by JSON declaration",
"author": "Anton Kosykh",
"main": "dist/index.js",
Expand Down
8 changes: 0 additions & 8 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ const ApicaseServices: Types.Plugin<Types.PluginOptions> = (Apicase, { prepare =
.map(s => createContainer(s))
.reduce(containersReducer)

console.log(createContainerFromAny({
name: 'root',
url: 'test',
children: [
{ name: 'hello', url: 'hello' }
]
}))

Apicase.container = createContainerFromAny

}
Expand Down

0 comments on commit 1405dc8

Please sign in to comment.