Skip to content

Commit

Permalink
BugFix - Remove ShadeTool chronice response parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Feb 12, 2025
1 parent 3951b59 commit 23eed57
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/essence/Tools/Shade/ShadeTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,19 +911,6 @@ let ShadeTool = {
).val(),
},
function (s) {
try {
s = JSON.parse(s)
} catch {
CursorInfo.update(
'Failure Processing Inputted Time',
6000,
true,
{ x: 296, y: -5 },
'#e9ff26',
'black'
)
return
}
if (s.error) {
CursorInfo.update(
'Cannot Process Inputted Time',
Expand Down

0 comments on commit 23eed57

Please sign in to comment.