mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
remove debugging code
This commit is contained in:
parent
541e4269eb
commit
90b24079d5
1 changed files with 0 additions and 6 deletions
6
test.py
6
test.py
|
@ -309,12 +309,6 @@ def main(args):
|
|||
masterMode = (args[0] == '-m')
|
||||
manifestFile = args[0] if not masterMode else manifestFile
|
||||
|
||||
|
||||
|
||||
masterMode = True
|
||||
|
||||
|
||||
|
||||
setUp(manifestFile, masterMode)
|
||||
|
||||
server = HTTPServer(('127.0.0.1', 8080), PDFTestHandler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue