Skip to content

Commit 4f1c133

Browse files
committed
remove comment
1 parent c1449bf commit 4f1c133

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ jobserver.jobs.start('theapp', 'com.foo.blah.awesome', {context: 'awesome', sync
77

88
jobserver.jobs.result('5ab8f3f9-c7d1-42ec-87cb-344d0d0b5c5c', function(err, data){
99
console.log(data);
10-
});
11-
12-
// 5ab8f3f9-c7d1-42ec-87cb-344d0d0b5c5c
10+
});

0 commit comments

Comments
 (0)