Remove obsolete comment

This commit is contained in:
Juan Nunez-Iglesias
2016-07-27 09:14:53 +10:00
parent 18f661902c
commit 2bb0def975
-2
View File
@@ -167,8 +167,6 @@ def random_noise(image, mode='gaussian', seed=None, clip=True, **kwargs):
elif mode == 's&p':
out = image.copy()
# Salt mode
p = kwargs['amount']
q = kwargs['salt_vs_pepper']
flipped = np.random.choice([True, False], size=image.shape,