Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcb9da1

Browse files
committed
Small changes
1 parent a8facfe commit dcb9da1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compress.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ func (c *CompressResponseWriter) Close() error {
141141
}
142142

143143
func (c *CompressResponseWriter) Write(b []byte) (int, error) {
144-
println("*** Write called")
145144
// Abort if parent has been closed
146145
if c.parentNotify != nil {
147146
select {

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package revel
66

77
const (
88
// Version current Revel version
9-
Version = "0.14.0"
9+
Version = "0.14.0-SE"
1010

1111
// BuildDate latest commit/release date
1212
BuildDate = "2017-03-24"

0 commit comments

Comments
 (0)