From ba3cde024fecbc5c7cf3fee2348fb7db66da2160 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Thu, 1 Oct 2015 15:44:29 -0400 Subject: [PATCH] Remove temporary test code. --- model/post.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/post.go b/model/post.go index 43839d6a6e..11f3ad0d5b 100644 --- a/model/post.go +++ b/model/post.go @@ -32,10 +32,6 @@ type Post struct { PendingPostId string `json:"pending_post_id" db:"-"` } -func Something() bool { - return true -} - func (o *Post) ToJson() string { b, err := json.Marshal(o) if err != nil {