Skip to content

Commit

Permalink
Delete "URL_LOGIN" constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov committed Nov 2, 2015
1 parent 37556be commit 321d8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GoogleCloudPrint.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class GoogleCloudPrint
/**
* Constants of URLs
*/
const URL_LOGIN = 'https://www.google.com/accounts/ClientLogin';
const URL_SEARCH = 'https://www.google.com/cloudprint/search';
const URL_SUBMIT = 'https://www.google.com/cloudprint/submit';
const URL_DELETE_JOB = 'https://www.google.com/cloudprint/deletejob';
Expand Down

0 comments on commit 321d8f7

Please sign in to comment.