This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new b82333b8 Not needed; wunderbar will have been loaded already
b82333b8 is described below

commit b82333b87027ccafb8fb30d1e34a884dbc5a5199
Author: Sebb <s...@apache.org>
AuthorDate: Wed Jan 31 14:57:59 2024 +0000

    Not needed; wunderbar will have been loaded already
---
 lib/whimsy/asf/svn.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 9c95f78b..51cb248c 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -17,7 +17,6 @@ module ASF
   class SVN
     svn_base = ASF::Config.get(:svn_base)
     if svn_base
-      require 'wunderbar'
       Wunderbar.warn("Found override for svn_base: #{svn_base}")
     else
       svn_base = 'https://svn.apache.org/repos/'
@@ -52,7 +51,6 @@ module ASF
           if repo_override
             svn_over = repo_override[:svn]
             if svn_over
-              require 'wunderbar'
               Wunderbar.warn("Found override for repository.yml[:svn]")
               @@repository_entries[:svn].merge!(svn_over)
             end

Reply via email to