Skip to content

Commit b931849

Browse files
committed
Removed debugging code
1 parent 64125b8 commit b931849

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Imgur.php

-12
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,3 @@ function message()
146146
}
147147

148148
}
149-
150-
if (isset($_GET['code'])) {
151-
$imgur = new Imgur();
152-
$imgur->authorize(false, $_GET['code']);
153-
154-
$acc = $imgur->account("tehlulz")->stats();
155-
var_dumP($acc);
156-
157-
} else {
158-
$imgur = new Imgur();
159-
$imgur->authorize();
160-
}

0 commit comments

Comments
 (0)