Skip to content

Commit

Permalink
Remove rouge print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Jul 15, 2022
1 parent a020a9c commit 25bc9dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#---------------------------------#

# version format
version: 3.1.0.build{build}
version: 3.1.1.build{build}

image:
- Visual Studio 2015
Expand Down
1 change: 0 additions & 1 deletion dtocean_hydro/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 25bc9dd

Please sign in to comment.