diff --git a/applications/reconstruct/src/main.cpp b/applications/reconstruct/src/main.cpp
index 2b5da6d01022227be4abbf9b7fab9ac39fc4c0f4..107ed5978cb65b28f19e4a1e6fa2cb346846b64a 100644
--- a/applications/reconstruct/src/main.cpp
+++ b/applications/reconstruct/src/main.cpp
@@ -146,7 +146,7 @@ static void run(ftl::Configurable *root) {
 
 			// Send all frames to GPU, block until done?
 			scene_A.upload(Channel::Colour + Channel::Depth);  // TODO: (Nick) Add scene stream.
-			align->process(scene_A);
+			//align->process(scene_A);
 
 			// TODO: To use second GPU, could do a download, swap, device change,
 			// then upload to other device. Or some direct device-2-device copy.