From 0ac9c5b4200b403f23e0873c419d028b629ec4aa Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Fri, 7 May 2021 08:47:07 -0600 Subject: [PATCH] Removes use of ruby verbose flag now that https://github.com/NREL/OpenStudio/pull/4302 is merged. --- HPXMLtoOpenStudio/resources/minitest_helper.rb | 2 -- tasks.rb | 2 -- workflow/run_simulation.rb | 2 -- 3 files changed, 6 deletions(-) diff --git a/HPXMLtoOpenStudio/resources/minitest_helper.rb b/HPXMLtoOpenStudio/resources/minitest_helper.rb index e60e49dbf4..cb14b6ac9d 100644 --- a/HPXMLtoOpenStudio/resources/minitest_helper.rb +++ b/HPXMLtoOpenStudio/resources/minitest_helper.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -$VERBOSE = nil # Prevents ruby warnings, see https://github.com/NREL/OpenStudio/issues/4301 - called_from_cli = true begin OpenStudio.getOpenStudioCLI diff --git a/tasks.rb b/tasks.rb index 8e52a29750..ab14ee49cb 100644 --- a/tasks.rb +++ b/tasks.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -$VERBOSE = nil # Prevents ruby warnings, see https://github.com/NREL/OpenStudio/issues/4301 - def create_hpxmls require 'oga' require_relative 'HPXMLtoOpenStudio/resources/constants' diff --git a/workflow/run_simulation.rb b/workflow/run_simulation.rb index 5cc09fdee9..d1ed1998b0 100644 --- a/workflow/run_simulation.rb +++ b/workflow/run_simulation.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -$VERBOSE = nil # Prevents ruby warnings, see https://github.com/NREL/OpenStudio/issues/4301 - start_time = Time.now require 'fileutils'