Skip to content

Commit

Permalink
Hotfix: remove XML dump
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Apr 29, 2019
1 parent bc30225 commit f5686a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

### Fixed

- Removed XML dump which may cause problems.

## [0.1.0]

### Added
Expand All @@ -17,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Choose package and install
- Keep or remove repository after installation

[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/openSUSE-zh/opi/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/openSUSE-zh/opi/releases/tag/v0.1.0
4 changes: 0 additions & 4 deletions opi
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ sub search_published_binary {
if ($resp->is_success) {
my $message = $resp->decoded_content;

open(my $fh, '>', 'search.xml');
print $fh $message;
close $fh;

my $dom = XML::LibXML->load_xml(string => $message);

my @collection = ();
Expand Down

0 comments on commit f5686a1

Please sign in to comment.