Skip to content

Commit

Permalink
Remove extraneous log info
Browse files Browse the repository at this point in the history
  • Loading branch information
dsand47 committed May 20, 2019
1 parent 925571e commit 8c136b4
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1531,7 +1531,6 @@ void removeLinkedPoint() {
* Removes this object from display and persistence
*/
private void remove() {
log.info("---- remove: {}", this);
// remove from persistence by flagging inactive
active = false;
}
Expand Down

0 comments on commit 8c136b4

Please sign in to comment.