Skip to content

Commit 1953617

Browse files
committed
removed logging, updated readme, removed depreciated functions, removed comments, rebased
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 7258075 commit 1953617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function allIncluded(outputTarget = 'email') {
3232
var issue_opened_button =
3333
'<div style="vertical-align:middle;display: inline-block;padding: 0px 4px;font-size:9px;font-weight: 600;color: #fff;text-align: center;background-color: #2cbe4e;border-radius: 3px;line-height: 12px;margin-bottom: 2px;" class="State State--green">open</div>';
3434

35-
var linkStyle = '';
35+
// var linkStyle = '';
3636
function getChromeData() {
3737
console.log("Getting Chrome data for context:", outputTarget);
3838
chrome.storage.local.get(

0 commit comments

Comments
 (0)