mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
Ditch console logs
This commit is contained in:
@@ -10,7 +10,6 @@ function getQueryVariable(variable) {
|
||||
return decodeURIComponent(pair[1]);
|
||||
}
|
||||
}
|
||||
console.log('Query variable %s not found', variable);
|
||||
}
|
||||
|
||||
export const queryStream = graphql(STREAM_QUERY, {
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
url = '<%= asset_url %>';
|
||||
<%}%>
|
||||
|
||||
console.log(url);
|
||||
|
||||
pymParent.sendMessage('DOMContentLoaded', url);
|
||||
}
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user