Skip to content

Commit 5fbb55f

Browse files
committed
Attempt remove the delete keyword
1 parent c86625b commit 5fbb55f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/clone.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Clone.clone = function(url, local_path, options) {
1818

1919
if (options) {
2020
remoteCallbacks = options.remoteCallbacks;
21-
delete options.remoteCallbacks;
2221
}
2322

2423
options = normalizeOptions(options, NodeGit.CloneOptions);

0 commit comments

Comments
 (0)