Skip to content

Commit df5a59b

Browse files
author
Dean Karn
authored
Remove debug (#23)
1 parent 7c3980b commit df5a59b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package mold
22
============
3-
![Project status](https://img.shields.io/badge/version-3.1.0-green.svg)
3+
![Project status](https://img.shields.io/badge/version-3.1.1-green.svg)
44
[![Build Status](https://travis-ci.org/go-playground/mold.svg?branch=v2)](https://travis-ci.org/go-playground/mold)
55
[![Coverage Status](https://coveralls.io/repos/github/go-playground/mold/badge.svg?branch=v2)](https://coveralls.io/github/go-playground/mold?branch=v2)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/mold)](https://goreportcard.com/report/github.com/go-playground/mold)

modifiers/multi.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package modifiers
22

33
import (
44
"context"
5-
"fmt"
65
"reflect"
76
"strconv"
87
"time"
@@ -18,8 +17,6 @@ func Default(ctx context.Context, t *mold.Transformer, v reflect.Value, param st
1817
return nil
1918
}
2019

21-
fmt.Println(param, v.Type())
22-
2320
switch v.Interface().(type) {
2421
case string:
2522
v.SetString(param)

0 commit comments

Comments
 (0)