Skip to content

Commit

Permalink
disabled downloadOldSnippet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed May 5, 2023
1 parent 8b5454a commit 0b6bafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.0",
"version": "4.3.1",
"resolveLibs": "scoped"
}
2 changes: 1 addition & 1 deletion src/api/Compiler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Compiler {
return p;
}

return downloadOldSnippet(uid);
return null; // downloadOldSnippet(uid);
}

function downloadOldSnippet(uid:String) {
Expand Down

0 comments on commit 0b6bafb

Please sign in to comment.