function clearData()

in Code.gs [64:67]


function clearData() {
  var userProperties = PropertiesService.getUserProperties();
  userProperties.deleteAllProperties();
}