diff options
Diffstat (limited to 'common/changereplay.cpp')
-rw-r--r-- | common/changereplay.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/changereplay.cpp b/common/changereplay.cpp index e94ed80..5817e8d 100644 --- a/common/changereplay.cpp +++ b/common/changereplay.cpp | |||
@@ -114,7 +114,6 @@ KAsync::Job<void> ChangeReplay::replayNextRevision() | |||
114 | if (uid.isEmpty() || type.isEmpty()) { | 114 | if (uid.isEmpty() || type.isEmpty()) { |
115 | SinkErrorCtx(mLogCtx) << "Failed to read uid or type for revison: " << revision << uid << type; | 115 | SinkErrorCtx(mLogCtx) << "Failed to read uid or type for revison: " << revision << uid << type; |
116 | } else { | 116 | } else { |
117 | //const auto key = DataStore::assembleKey(uid, revision); | ||
118 | // TODO: should not use internal representations | 117 | // TODO: should not use internal representations |
119 | const auto key = Storage::Key(Storage::Identifier::fromDisplayByteArray(uid), revision).toInternalByteArray(); | 118 | const auto key = Storage::Key(Storage::Identifier::fromDisplayByteArray(uid), revision).toInternalByteArray(); |
120 | QByteArray entityBuffer; | 119 | QByteArray entityBuffer; |