mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-17 18:44:35 -06:00
Comment-out console.log
This commit is contained in:
@@ -88,7 +88,7 @@ function expandSection(element) {
|
||||
}
|
||||
|
||||
function toggleFrameVisibility(frameHeader) {
|
||||
console.log("toggling frame visibility");
|
||||
// console.log("toggling frame visibility");
|
||||
const selection = window.getSelection().toString();
|
||||
if (selection.length > 0) {
|
||||
// don't toggle if the user is selecting text (which one might do to copy a
|
||||
|
||||
Reference in New Issue
Block a user