Remove double lines from code.

This commit is contained in:
James Cole
2019-08-28 16:28:14 +02:00
parent fa706d27d8
commit 5fb7635100
83 changed files with 0 additions and 129 deletions

View File

@@ -132,7 +132,6 @@ class StageNewHandler
/** @var MonetaryAccountSavings $object */
$array = $this->processMas($object);
break;
break;
default:
// @codeCoverageIgnoreStart
throw new FireflyException(sprintf('Bunq import routine cannot handle account of type "%s".', get_class($object)));

View File

@@ -92,7 +92,6 @@ class OFXProcessor implements FileProcessorInterface
// var_dump($transaction);
// }
//
//
// die('I am here.');