~chrisccoulson/oxide/lp1504853

« back to all changes in this revision

Viewing changes to qt/core/api/oxideqcertificateerror.cc

  • Committer: Chris Coulson
  • Date: 2015-10-15 08:40:04 UTC
  • Revision ID: chris.coulson@canonical.com-20151015084004-puedkw2gxhqlpvel
Remove spurious printf

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
void OxideQCertificateErrorPrivate::OnCancel() {
43
43
  Q_Q(OxideQCertificateError);
44
44
 
45
 
  printf("CANCELLED\n");
46
45
  DCHECK(!did_respond_);
47
46
 
48
47
  Q_EMIT q->cancelled();