mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-11 11:13:06 +08:00
Removed console.log() calls.
This commit is contained in:
@@ -323,11 +323,8 @@ RedditAPI.prototype.voteDownPost = function (e) {
|
||||
fullName = listItem.id;
|
||||
voteWas = listItem.getAttribute('data-dir');
|
||||
url = listItem.parentNode.getAttribute('data-url');
|
||||
console.log(fullName);
|
||||
console.log(url);
|
||||
reqUrl = 'http://' + this.domain + '/api/vote';
|
||||
oldCache = cache.get(url);
|
||||
console.log(oldCache.posts[fullName]);
|
||||
formData = new FormData();
|
||||
formData.append('id', fullName);
|
||||
formData.append('uh', settings.get('modhash'));
|
||||
|
||||
Reference in New Issue
Block a user