😶 whoops

This commit is contained in:
codemasher
2018-01-19 06:02:55 +01:00
parent 1ba7f204e1
commit 02924c32ed
-1
View File
@@ -58,7 +58,6 @@ class BitBuffer{
* @return \chillerlan\QRCode\Helpers\BitBuffer
*/
public function putBit($bit){
var_dump(func_get_args());
$bufIndex = floor($this->length / 8);
if(count($this->buffer) <= $bufIndex){