Commit 9b016a76 authored by jtc42's avatar jtc42
Browse files

Removed redundant capture initialisation

parent cf60343c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -171,9 +171,6 @@ class CaptureObject(object):
        self.temporary = True  # Flag file to be removed on close.
        self.context_manager = True  # Used in metadata

        logging.info("Rebuilding as a temporary capture...")
        self.initialise_capture()

        return self

    def __exit__(self, *args):