remove accidentally added lines

fbshipit-source-id: 70f4621d5adb859d39bf3bb8adb2ff84aa75ac5e
This commit is contained in:
Stanislau Hlebik 2019-04-10 00:37:53 -07:00 committed by Facebook Github Bot
parent dfdfbf232e
commit 0c019f20fd

View File

@ -1032,8 +1032,6 @@ def _pushbundle2(pushop):
stream = util.chunkbuffer(bundler.getchunks())
try:
try:
import time
print("started at %s" % time.time())
reply = pushop.remote.unbundle(stream, ["force"], pushop.remote.url())
except error.BundleValueError as exc:
raise error.Abort(_("missing support for %s") % exc)