Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(renderer): Remove stray debugging message #716

Merged
merged 1 commit into from
Jul 12, 2020

Conversation

gdamore
Copy link
Collaborator

@gdamore gdamore commented Jul 11, 2020

A printf message used during testing accidentally was left in
the commit submitted for 711. This removes that.

(Sorry, I should have caught this before the PR was submitted!)

A printf message used during testing accidentally was left in
the commit submitted for 711.  This removes that.
@codecov
Copy link

codecov bot commented Jul 11, 2020

Codecov Report

Merging #716 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
- Coverage   84.80%   84.80%   -0.01%     
==========================================
  Files          75       75              
  Lines        5087     5086       -1     
==========================================
- Hits         4314     4313       -1     
  Misses        488      488              
  Partials      285      285              

@xcoulon
Copy link
Member

xcoulon commented Jul 12, 2020

no worries, @gdamore
Note: you can use log.Debugf instead (but you'll need to use -- -debug with ginkgo to turn on the debug statements)

@xcoulon xcoulon merged commit 8b13202 into bytesparadise:master Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants