Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Kawakami committed Feb 25, 2019
1 parent 886ed8e commit aee2740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Functions that call new Apps API for dependency resolution.

## [1.8.3] - 2019-02-22
### Changed
Expand Down
1 change: 0 additions & 1 deletion src/Apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ export class Apps extends IODataSource {

public resolveDependencies = (apps: string[], registries: string[], filter: string = '') => {
const params = {apps, registries, filter}
console.error(paramsSerializer(params))
return this.http.get(routes.ResolveDependencies, {params, paramsSerializer})
}

Expand Down

0 comments on commit aee2740

Please sign in to comment.