Commit d8ec387a authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

remove forgotten print

parent 99dcd703
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -550,13 +550,7 @@ class PackageImage(Image):
        # check format
        img_format = self._tarball.get_str("format")
        try:
            print img_format
            print self.format
            print math.floor(float(self.format)) + 1.0
            #print(int(self.format) + 1)
            print 'toto'
            if float(img_format) >= math.floor(float(self.format)) + 1.0:
                print 'otot'
                raise Exception()
        except:
            raise Exception("Invalid image format %s" % img_format)