~mzanetti/reminders-app/edit-note-improvements

« back to all changes in this revision

Viewing changes to src/libqtevernote/jobs/createtagjob.cpp

clean up debug prints.

Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "createtagjob.h"
22
22
#include "tag.h"
23
23
 
24
 
#include <QDebug>
25
 
 
26
24
CreateTagJob::CreateTagJob(Tag *tag, QObject *parent) :
27
25
    NotesStoreJob(parent),
28
26
    m_tag(tag->clone())