From 25bc9dd90b124d51bfc9c6bb1f1eff8c58e0c25d Mon Sep 17 00:00:00 2001 From: Mathew Topper Date: Fri, 15 Jul 2022 10:37:13 +0100 Subject: [PATCH] Remove rouge print statement. --- CHANGELOG.md | 6 ++++++ appveyor.yml | 2 +- dtocean_hydro/configure.py | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de48cfd..63c7e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.1] - 2022-07-15 + +### Fixed + +- Removed rogue print statement. + ## [3.1.0] - 2022-07-14 ### Changed diff --git a/appveyor.yml b/appveyor.yml index 4c682e9..9992682 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ #---------------------------------# # version format -version: 3.1.0.build{build} +version: 3.1.1.build{build} image: - Visual Studio 2015 diff --git a/dtocean_hydro/configure.py b/dtocean_hydro/configure.py index f64dfcb..a17a187 100644 --- a/dtocean_hydro/configure.py +++ b/dtocean_hydro/configure.py @@ -36,7 +36,6 @@ def get_install_paths(): # Get the root path from the possible site data paths site_data = SiteDataDirectory("DTOcean Data", "DTOcean") site_ini_reader = ReadINI(site_data, "install.ini") - print site_data if etc_ini_reader.config_exists(): config = etc_ini_reader.get_config()