remove a bit of debug
This commit is contained in:
parent
71aea2efcc
commit
29c2a949f4
@ -669,10 +669,8 @@ int thin_delta_main(int argc, char **argv)
|
|||||||
if (!fs.snap2)
|
if (!fs.snap2)
|
||||||
app.die("--snap2 not specified.");
|
app.die("--snap2 not specified.");
|
||||||
|
|
||||||
if (fs.find_metadata_snap) {
|
if (fs.find_metadata_snap)
|
||||||
fs.metadata_snap = find_metadata_snap(*fs.dev);
|
fs.metadata_snap = find_metadata_snap(*fs.dev);
|
||||||
cerr << "metadata snap = " << fs.metadata_snap << "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
return delta(app, fs);
|
return delta(app, fs);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user