Skip to content

Commit

Permalink
- v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinetwigs committed Jun 11, 2022
1 parent 925c204 commit 38362ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2022-06-11

### Fixed

- Fixed pending debug code

## [1.2.0] - 2022-06-11

### Added
Expand Down
9 changes: 0 additions & 9 deletions stres.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package stres

import (
"errors"
"fmt"
"io/ioutil"
"os"
"strings"
Expand Down Expand Up @@ -195,14 +194,6 @@ func NewString(name, value string) (types.String, error) {

data, err = encDec.Encode(n)

for i := 0; i < len(data); i++ {
fmt.Printf("%+v, ", data[i])
if i%10 == 0 {
println()
}
}
println()

if err != nil {
return *new(types.String), err
}
Expand Down

0 comments on commit 38362ff

Please sign in to comment.