From d8ce4f942bd8005a7eb7beb8f5f9e812e5a7e763 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 3 Aug 2018 06:07:37 -0700 Subject: Remove date from author line since that is already present in `created_at` --- lib/gitlab/bitbucket_server_import/importer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gitlab/bitbucket_server_import/importer.rb b/lib/gitlab/bitbucket_server_import/importer.rb index c67797501c6..268d21a77d1 100644 --- a/lib/gitlab/bitbucket_server_import/importer.rb +++ b/lib/gitlab/bitbucket_server_import/importer.rb @@ -303,7 +303,7 @@ module Gitlab unless author author = project.creator_id - note = "*By #{comment.author_username} (#{comment.author_email}) on #{comment.created_at}*\n\n" + note = "*By #{comment.author_username} (#{comment.author_email})*\n\n" end note += -- cgit v1.2.1