Skip to content

Commit

Permalink
Remove print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jun 5, 2012
1 parent e778ac9 commit fd29c5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test-url.lua
Expand Up @@ -5,8 +5,6 @@ local url = require('url')
local path = '/somepath?test=bar&ponies=foo' local path = '/somepath?test=bar&ponies=foo'


local parsed = url.parse(path) local parsed = url.parse(path)
print(parsed.pathname)
print(parsed.query)
assert(parsed.pathname == '/somepath') assert(parsed.pathname == '/somepath')
assert(parsed.query == 'test=bar&ponies=foo') assert(parsed.query == 'test=bar&ponies=foo')


Expand Down

0 comments on commit fd29c5a

Please sign in to comment.