Skip to content

Commit

Permalink
Remove print statement (left over from debugging).
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenisanerd committed Jan 20, 2011
1 parent 68070e7 commit 211e419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ try:
else:
params = urllib.urlencode(params) #Convert to a format usable with the HTML POST

print website
page = url_opener.open(website, params) #Send the informations and be redirected to the final page

try:
Expand Down

0 comments on commit 211e419

Please sign in to comment.