Skip to content

Commit

Permalink
removing log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kgranat committed Jul 9, 2018
1 parent a3d4f59 commit 65b6b12
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions octoprint_mgsetup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,13 +734,6 @@ def updateLocalFirmware(self):

self._logger.info(self._printer_profile_manager.get_current_or_default()["extruder"]["count"])
self.activeProfile = (octoprint.settings.Settings.get( octoprint.settings.settings() , ["printerProfiles","default"] ))


self._logger.info(type(self.activeProfile))

self._logger.info(self.activeProfile)


if self.activeProfile == None:
self.extruderCount = self._printer_profile_manager.get_current_or_default()["extruder"]["count"]
else:
Expand Down

0 comments on commit 65b6b12

Please sign in to comment.