paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

Remove commented out codes in the repo #106

Open varuntechie opened 1 year ago

varuntechie commented 1 year ago

What I Did Code walkthrough of the repo found there are many commented lines which should be removed

What I Expected No commented code in any of the working file

What I Saw Instead commented code in few of the working files. Eg: (https://github.com/paypal/junodb/blob/main/test/unittest/create_test.go#L1158)

qashlan commented 1 year ago

I can have this issue

mahendra1290 commented 1 year ago

@varuntechie can I pick this up?