Skip to content

Commit

Permalink
removed old useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud11232 committed Sep 12, 2019
1 parent fc2cc02 commit 1dbd3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octoprint_marlin_flasher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def get_update_information(self):
)

def body_size_hook(self, current_max_body_sizes, *args, **kwargs):
print(self._settings.get_int(["max_sketch_size"]))
return [("POST", r"/upload_sketch", self._settings.get_int(["max_sketch_size"]) * 1024 * 1024)]


Expand Down

0 comments on commit 1dbd3a9

Please sign in to comment.