remove stray console.logs

This commit is contained in:
codl 2019-03-15 21:15:55 +01:00
parent 2bacbaa8b1
commit ca5ccada19
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 0 additions and 2 deletions

View File

@ -145,7 +145,6 @@ import {known_load, known_save} from './known_instances.js'
function update_viewer(viewer){
let dumped = JSON.stringify(viewer);
if(last_viewer == dumped){
console.log('viewers is the same');
return;
}
last_viewer = dumped;
@ -228,7 +227,6 @@ import {known_load, known_save} from './known_instances.js'
}
if(viewer_from_dom['service'] == 'mastodon' && location.hash == '#bump_instance'){
console.log('bumpin')
bump_instance(viewer_from_dom['id'].split('@')[1])
let url = new URL(location.href)
url.hash = '';